summaryrefslogtreecommitdiffstats
path: root/test/fs/fs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/fs.sh')
-rwxr-xr-xtest/fs/fs.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/fs/fs.sh b/test/fs/fs.sh
index 7ea8de542..fa642443f 100755
--- a/test/fs/fs.sh
+++ b/test/fs/fs.sh
@@ -21,8 +21,8 @@ mkdir ~/_firejail_test_dir/test1
21touch ~/_firejail_test_dir/test1/b 21touch ~/_firejail_test_dir/test1/b
22echo "TESTING: read/write (test/fs/read-write.exp)" 22echo "TESTING: read/write (test/fs/read-write.exp)"
23./read-write.exp 23./read-write.exp
24echo "TESTING: readonly whitelist (test/fs/readonly-whitelist.exp)" 24echo "TESTING: whitelist readonly (test/fs/whitelist-readonly.exp)"
25./readonly-whitelist.exp 25./whitelist-readonly.exp
26rm -fr ~/_firejail_test_* 26rm -fr ~/_firejail_test_*
27 27
28echo "TESTING: /sys/fs access (test/fs/sys_fs.exp)" 28echo "TESTING: /sys/fs access (test/fs/sys_fs.exp)"
@@ -108,15 +108,15 @@ echo "TESTING: recursive mkdir (test/fs/mkdir.exp)"
108echo "TESTING: double whitelist (test/fs/whitelist-double.exp)" 108echo "TESTING: double whitelist (test/fs/whitelist-double.exp)"
109./whitelist-double.exp 109./whitelist-double.exp
110 110
111echo "TESTING: whitelist file with whitespaces (test/fs/whitelist-whitespace.exp)"
112./whitelist-whitespace.exp
113
114echo "TESTING: whitelist (test/fs/whitelist.exp)" 111echo "TESTING: whitelist (test/fs/whitelist.exp)"
115./whitelist.exp 112./whitelist.exp
116 113
117echo "TESTING: whitelist dev, var(test/fs/whitelist-dev.exp)" 114echo "TESTING: whitelist dev, var(test/fs/whitelist-dev.exp)"
118./whitelist-dev.exp 115./whitelist-dev.exp
119 116
117echo "TESTING: whitelist with whitespaces (test/fs/whitelist-whitespace.exp)"
118./whitelist-whitespace.exp
119
120echo "TESTING: fscheck --bind non root (test/fs/fscheck-bindnoroot.exp)" 120echo "TESTING: fscheck --bind non root (test/fs/fscheck-bindnoroot.exp)"
121./fscheck-bindnoroot.exp 121./fscheck-bindnoroot.exp
122 122