From 28ae6fa41bd585b127e23f6a336673484711a919 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 11 Aug 2016 07:43:17 -0400 Subject: removed strings profile --- 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 315b73c9d..99939133d 100755 --- a/test/sysutils/sysutils.sh +++ b/test/sysutils/sysutils.sh @@ -15,14 +15,14 @@ else echo "TESTING SKIP: cpio not found" fi -which strings -if [ "$?" -eq 0 ]; -then - echo "TESTING: strings" - ./strings.exp -else - echo "TESTING SKIP: strings not found" -fi +#which strings +#if [ "$?" -eq 0 ]; +#then +# echo "TESTING: strings" +# ./strings.exp +#else +# echo "TESTING SKIP: strings not found" +#fi which gzip if [ "$?" -eq 0 ]; -- cgit v1.2.3-54-g00ecf