aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/fs.sh')
-rwxr-xr-xtest/fs/fs.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/fs/fs.sh b/test/fs/fs.sh
index fa642443f..2509638fc 100755
--- a/test/fs/fs.sh
+++ b/test/fs/fs.sh
@@ -99,6 +99,12 @@ echo "TESTING: blacklist file (test/fs/option_blacklist_file.exp)"
99echo "TESTING: blacklist glob (test/fs/option_blacklist_glob.exp)" 99echo "TESTING: blacklist glob (test/fs/option_blacklist_glob.exp)"
100./option_blacklist_glob.exp 100./option_blacklist_glob.exp
101 101
102echo "TESTING: noblacklist blacklist noexec (test/fs/noblacklist-blacklist-noexec.exp)"
103./noblacklist-blacklist-noexec.exp
104
105echo "TESTING: noblacklist blacklist readonly (test/fs/noblacklist-blacklist-readonly.exp)"
106./noblacklist-blacklist-readonly.exp
107
102echo "TESTING: bind as user (test/fs/option_bind_user.exp)" 108echo "TESTING: bind as user (test/fs/option_bind_user.exp)"
103./option_bind_user.exp 109./option_bind_user.exp
104 110
@@ -114,6 +120,9 @@ echo "TESTING: whitelist (test/fs/whitelist.exp)"
114echo "TESTING: whitelist dev, var(test/fs/whitelist-dev.exp)" 120echo "TESTING: whitelist dev, var(test/fs/whitelist-dev.exp)"
115./whitelist-dev.exp 121./whitelist-dev.exp
116 122
123echo "TESTING: whitelist noexec (test/fs/whitelist-noexec.exp)"
124./whitelist-noexec.exp
125
117echo "TESTING: whitelist with whitespaces (test/fs/whitelist-whitespace.exp)" 126echo "TESTING: whitelist with whitespaces (test/fs/whitelist-whitespace.exp)"
118./whitelist-whitespace.exp 127./whitelist-whitespace.exp
119 128