aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fs.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-08-07 09:08:21 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-08-07 09:08:21 -0400
commit2155203b3e01354c93d7cb68751f520704fcea1e (patch)
tree4017f17c91faf9c8dd8b2fc6a529601f4e95c4d1 /test/fs/fs.sh
parentxdg support: split xdg whitelist code in a different module (diff)
downloadfirejail-2155203b3e01354c93d7cb68751f520704fcea1e.tar.gz
firejail-2155203b3e01354c93d7cb68751f520704fcea1e.tar.zst
firejail-2155203b3e01354c93d7cb68751f520704fcea1e.zip
xdg macro 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 774c61750..c1b589c29 100755
--- a/test/fs/fs.sh
+++ b/test/fs/fs.sh
@@ -58,6 +58,9 @@ echo "TESTING: empty private-etc (test/fs/private-etc-empty.exp)"
58echo "TESTING: private-bin (test/fs/private-bin.exp)" 58echo "TESTING: private-bin (test/fs/private-bin.exp)"
59./private-bin.exp 59./private-bin.exp
60 60
61echo "TESTING: macros (test/fs/macro..exp)"
62./macro.exp
63
61echo "TESTING: whitelist empty (test/fs/whitelist-empty.exp)" 64echo "TESTING: whitelist empty (test/fs/whitelist-empty.exp)"
62./whitelist-empty.exp 65./whitelist-empty.exp
63 66