aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/utils.sh
diff options
context:
space:
mode:
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)"