aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fs.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-20 21:23:10 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-20 21:23:10 -0500
commit13ef7fba2bdf48319f68a7362779c41edae19651 (patch)
treea746c86a4a13a53243b6ba7d615cc4fdbdd74611 /test/fs/fs.sh
parentcaps testing (diff)
downloadfirejail-13ef7fba2bdf48319f68a7362779c41edae19651.tar.gz
firejail-13ef7fba2bdf48319f68a7362779c41edae19651.tar.zst
firejail-13ef7fba2bdf48319f68a7362779c41edae19651.zip
testing
Diffstat (limited to 'test/fs/fs.sh')
-rwxr-xr-xtest/fs/fs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/fs/fs.sh b/test/fs/fs.sh
index 1c5473f79..d9a425661 100755
--- a/test/fs/fs.sh
+++ b/test/fs/fs.sh
@@ -61,6 +61,9 @@ echo "TESTING: whitelist empty (test/fs/whitelist-empty.exp)"
61echo "TESTING: private whitelist (test/fs/private-whitelist.exp)" 61echo "TESTING: private whitelist (test/fs/private-whitelist.exp)"
62./private-whitelist.exp 62./private-whitelist.exp
63 63
64echo "TESTING: whitelist ~/Downloads (test/fs/whitelist-downloads.exp)"
65./whitelist-downloads.exp
66
64echo "TESTING: invalid filename (test/fs/invalid_filename.exp)" 67echo "TESTING: invalid filename (test/fs/invalid_filename.exp)"
65./invalid_filename.exp 68./invalid_filename.exp
66 69