aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
authorLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 20:01:07 +0000
committerLibravatar a1346054 <36859588+a1346054@users.noreply.github.com>2022-09-13 22:37:20 +0000
commit270f0d95e3f27445057981b26a2aa6474769f3f2 (patch)
treea0dd67c7c9205d6987a706ffaa0141df91948ca7 /test/utils/utils.sh
parenttests: add missing final newline (diff)
downloadfirejail-270f0d95e3f27445057981b26a2aa6474769f3f2.tar.gz
firejail-270f0d95e3f27445057981b26a2aa6474769f3f2.tar.zst
firejail-270f0d95e3f27445057981b26a2aa6474769f3f2.zip
tests: stop mixing tabs and spaces
Diffstat (limited to 'test/utils/utils.sh')
-rwxr-xr-xtest/utils/utils.sh12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index ad36d7053..d1d006f4f 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -35,10 +35,10 @@ echo "TESTING: help (test/utils/help.exp)"
35 35
36if command -v man 36if command -v man
37then 37then
38 echo "TESTING: man (test/utils/man.exp)" 38 echo "TESTING: man (test/utils/man.exp)"
39 ./man.exp 39 ./man.exp
40else 40else
41 echo "TESTING SKIP: man not found" 41 echo "TESTING SKIP: man not found"
42fi 42fi
43 43
44echo "TESTING: list (test/utils/list.exp)" 44echo "TESTING: list (test/utils/list.exp)"
@@ -49,10 +49,10 @@ echo "TESTING: tree (test/utils/tree.exp)"
49 49
50if [ $(grep -c ^processor /proc/cpuinfo) -gt 1 ]; 50if [ $(grep -c ^processor /proc/cpuinfo) -gt 1 ];
51then 51then
52 echo "TESTING: cpu.print (test/utils/cpu-print.exp)" 52 echo "TESTING: cpu.print (test/utils/cpu-print.exp)"
53 ./cpu-print.exp 53 ./cpu-print.exp
54else 54else
55 echo "TESTING SKIP: cpu.print, not enough CPUs" 55 echo "TESTING SKIP: cpu.print, not enough CPUs"
56fi 56fi
57 57
58echo "TESTING: fs.print (test/utils/fs-print.exp)" 58echo "TESTING: fs.print (test/utils/fs-print.exp)"