aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-08-28 14:13:15 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-08-28 14:13:15 -0400
commit6576b9ee6d682a3b63b88d1d9de3d8fa872bc7ac (patch)
treea519cfca55f56166e4fb9e63b86d8f559fbd954f /test/test.sh
parentdon't blacklist directory links, print a warning (diff)
downloadfirejail-6576b9ee6d682a3b63b88d1d9de3d8fa872bc7ac.tar.gz
firejail-6576b9ee6d682a3b63b88d1d9de3d8fa872bc7ac.tar.zst
firejail-6576b9ee6d682a3b63b88d1d9de3d8fa872bc7ac.zip
more fixes for blacklist on Arch systems
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 8c6be8ddd..8d49468b3 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -16,9 +16,13 @@ echo "TESTING: blacklist"
16rm -fr dir\ with\ space 16rm -fr dir\ with\ space
17 17
18ln -s auto auto2 18ln -s auto auto2
19ln -s /bin auto3
20ln -s /usr/bin auto4
19echo "TESTING: blacklist directory link" 21echo "TESTING: blacklist directory link"
20./blacklist-link.exp 22./blacklist-link.exp
21rm -fr auto2 23rm -fr auto2
24rm -fr auto3
25rm -fr auto4
22 26
23 27
24echo "TESTING: version" 28echo "TESTING: version"