aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-26 10:36:27 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-26 10:36:27 -0400
commit14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6 (patch)
tree874cbd6c97b02b94eeae89485b420133785d5310 /test/utils
parentstill tweaking baloo (diff)
downloadfirejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.tar.gz
firejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.tar.zst
firejail-14faf11d2da1bf31fb92fcec91b8a511e4a3f1a6.zip
centos testing
Diffstat (limited to 'test/utils')
-rwxr-xr-xtest/utils/utils.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/utils.sh b/test/utils/utils.sh
index 5438e11a8..d98e4c2e4 100755
--- a/test/utils/utils.sh
+++ b/test/utils/utils.sh
@@ -10,7 +10,7 @@ if [ -f /etc/debian_version ]; then
10 libdir=$(dirname "$(dpkg -L firejail | grep faudit)") 10 libdir=$(dirname "$(dpkg -L firejail | grep faudit)")
11 export PATH="$PATH:$libdir" 11 export PATH="$PATH:$libdir"
12fi 12fi
13export PATH="$PATH:/usr/lib/firejail" 13export PATH="$PATH:/usr/lib/firejail:/usr/lib64/firejail"
14 14
15echo "testing" > ~/firejail-test-file-7699 15echo "testing" > ~/firejail-test-file-7699
16echo "testing" > /tmp/firejail-test-file-7699 16echo "testing" > /tmp/firejail-test-file-7699
@@ -39,7 +39,7 @@ echo "TESTING: version (test/utils/version.exp)"
39echo "TESTING: help (test/utils/help.exp)" 39echo "TESTING: help (test/utils/help.exp)"
40./help.exp 40./help.exp
41 41
42which man 42which man 2>/dev/null
43if [ "$?" -eq 0 ]; 43if [ "$?" -eq 0 ];
44then 44then
45 echo "TESTING: man (test/utils/man.exp)" 45 echo "TESTING: man (test/utils/man.exp)"