summaryrefslogtreecommitdiffstats
path: root/test/sysutils
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-08-11 07:43:17 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-08-11 07:43:17 -0400
commit28ae6fa41bd585b127e23f6a336673484711a919 (patch)
tree75849eab34cbe3ba512d1069d66c08e46f73091e /test/sysutils
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-28ae6fa41bd585b127e23f6a336673484711a919.tar.gz
firejail-28ae6fa41bd585b127e23f6a336673484711a919.tar.zst
firejail-28ae6fa41bd585b127e23f6a336673484711a919.zip
removed strings profile
Diffstat (limited to 'test/sysutils')
-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 ];