aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-25 08:22:21 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-25 08:22:21 -0400
commit113597818860241185d0c3efecf99b0ee7d900fa (patch)
tree3e9e40cad8a5cf976c331e850e6c423f24e0d1ae /test/test.sh
parentimplemented --ignore option (diff)
downloadfirejail-113597818860241185d0c3efecf99b0ee7d900fa.tar.gz
firejail-113597818860241185d0c3efecf99b0ee7d900fa.tar.zst
firejail-113597818860241185d0c3efecf99b0ee7d900fa.zip
ignore option testing
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 c986b5f29..406ef92a3 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -18,6 +18,9 @@ echo "TESTING: invalid filename"
18echo "TESTING: environment variables" 18echo "TESTING: environment variables"
19./env.exp 19./env.exp
20 20
21echo "TESTING: ignore command"
22./ignore.exp
23
21echo "TESTING: private-etc" 24echo "TESTING: private-etc"
22./private-etc.exp 25./private-etc.exp
23 26