From 14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 26 Apr 2018 10:36:27 -0400 Subject: centos testing --- test/sysutils/sysutils.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test/sysutils') diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh index dd09e4533..6794af520 100755 --- a/test/sysutils/sysutils.sh +++ b/test/sysutils/sysutils.sh @@ -6,7 +6,7 @@ export MALLOC_CHECK_=3 export MALLOC_PERTURB_=$(($RANDOM % 255 + 1)) -which cpio +which cpio 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: cpio" @@ -24,7 +24,7 @@ fi # echo "TESTING SKIP: strings not found" #fi -which gzip +which gzip 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: gzip" @@ -33,7 +33,7 @@ else echo "TESTING SKIP: gzip not found" fi -which xzdec +which xzdec 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: xzdec" @@ -42,7 +42,7 @@ else echo "TESTING SKIP: xzdec not found" fi -which xz +which xz 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: xz" @@ -51,7 +51,7 @@ else echo "TESTING SKIP: xz not found" fi -which less +which less 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: less" @@ -60,7 +60,7 @@ else echo "TESTING SKIP: less not found" fi -which file +which file 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: file" @@ -69,7 +69,7 @@ else echo "TESTING SKIP: file not found" fi -which tar +which tar 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: tar" @@ -78,7 +78,7 @@ else echo "TESTING SKIP: tar not found" fi -which ping +which ping 2>/dev/null if [ "$?" -eq 0 ]; then echo "TESTING: ping" -- cgit v1.2.3-54-g00ecf