aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/sysutils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/sysutils/sysutils.sh')
-rwxr-xr-xtest/sysutils/sysutils.sh16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh
index 315b73c9d..99939133d 100755
--- a/test/sysutils/sysutils.sh
+++ b/test/sysutils/sysutils.sh
@@ -15,14 +15,14 @@ else
15 echo "TESTING SKIP: cpio not found" 15 echo "TESTING SKIP: cpio not found"
16fi 16fi
17 17
18which strings 18#which strings
19if [ "$?" -eq 0 ]; 19#if [ "$?" -eq 0 ];
20then 20#then
21 echo "TESTING: strings" 21# echo "TESTING: strings"
22 ./strings.exp 22# ./strings.exp
23else 23#else
24 echo "TESTING SKIP: strings not found" 24# echo "TESTING SKIP: strings not found"
25fi 25#fi
26 26
27which gzip 27which gzip
28if [ "$?" -eq 0 ]; 28if [ "$?" -eq 0 ];