aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-08 12:58:37 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-08 12:58:37 -0500
commit9c0730573aa6f5cf96278704a9a8c14457f1e010 (patch)
tree0c1c05f54f2eaa146131c16bc877dec200f39931 /test/test.sh
parentset window title (diff)
downloadfirejail-9c0730573aa6f5cf96278704a9a8c14457f1e010.tar.gz
firejail-9c0730573aa6f5cf96278704a9a8c14457f1e010.tar.zst
firejail-9c0730573aa6f5cf96278704a9a8c14457f1e010.zip
fixed whitelist problem
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 6273c0a1b..ca7152b55 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -15,6 +15,9 @@ echo "TESTING: invalid filename"
15echo "TESTING: environment variables" 15echo "TESTING: environment variables"
16./env.exp 16./env.exp
17 17
18echo "TESTING: whitelist empty"
19./whitelist-empty.exp
20
18echo "TESTING: ignore command" 21echo "TESTING: ignore command"
19./ignore.exp 22./ignore.exp
20 23