aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-11 11:24:02 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-11 11:24:02 -0400
commitf4171a91412f89d509e6d1371fd81b4ecd89c11d (patch)
tree89882fc26af43bc4149109c029380209792698d9 /test/test.sh
parentMerge pull request #81 from pyther/rpm (diff)
downloadfirejail-f4171a91412f89d509e6d1371fd81b4ecd89c11d.tar.gz
firejail-f4171a91412f89d509e6d1371fd81b4ecd89c11d.tar.zst
firejail-f4171a91412f89d509e6d1371fd81b4ecd89c11d.zip
--private-bin
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh12
1 files changed, 9 insertions, 3 deletions
diff --git a/test/test.sh b/test/test.sh
index 6f198cd52..2e7b1e2bc 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -18,9 +18,15 @@ echo "TESTING: environment variables"
18echo "TESTING: private-etc" 18echo "TESTING: private-etc"
19./private-etc.exp 19./private-etc.exp
20 20
21echo "TESTING: private-bin"
22./private-bin.exp
23
24sleep 1
25rm -fr dir\ with\ space
21mkdir dir\ with\ space 26mkdir dir\ with\ space
22echo "TESTING: blacklist" 27echo "TESTING: blacklist"
23./blacklist.exp 28./blacklist.exp
29sleep 1
24rm -fr dir\ with\ space 30rm -fr dir\ with\ space
25 31
26ln -s auto auto2 32ln -s auto auto2
@@ -155,7 +161,7 @@ else
155 echo "TESTING: midori not found" 161 echo "TESTING: midori not found"
156fi 162fi
157 163
158which chromium-browser 164which chromium
159if [ "$?" -eq 0 ]; 165if [ "$?" -eq 0 ];
160then 166then
161 echo "TESTING: chromium" 167 echo "TESTING: chromium"
@@ -278,10 +284,10 @@ echo "TESTING: seccomp su"
278echo "TESTING: seccomp ptrace" 284echo "TESTING: seccomp ptrace"
279./seccomp-ptrace.exp 285./seccomp-ptrace.exp
280 286
281echo "TESTING: seccomp chmod (seccomp lists)" 287echo "TESTING: seccomp chmod - seccomp lists"
282./seccomp-chmod.exp 288./seccomp-chmod.exp
283 289
284echo "TESTING: seccomp chmod profile (seccomp lists)" 290echo "TESTING: seccomp chmod profile - seccomp lists"
285./seccomp-chmod-profile.exp 291./seccomp-chmod-profile.exp
286 292
287echo "TESTING: seccomp empty" 293echo "TESTING: seccomp empty"