aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-02-02 10:09:37 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-02-02 10:09:37 -0500
commit107318c44671cb366c9bb3d4c690b97d2d433f97 (patch)
treee955113636a50defe0c98397b83d53bee1152b8a /test/features/test.sh
parent0.9.38 testing (diff)
downloadfirejail-107318c44671cb366c9bb3d4c690b97d2d433f97.tar.gz
firejail-107318c44671cb366c9bb3d4c690b97d2d433f97.tar.zst
firejail-107318c44671cb366c9bb3d4c690b97d2d433f97.zip
0.9.38 testing
Diffstat (limited to 'test/features/test.sh')
-rwxr-xr-xtest/features/test.sh11
1 files changed, 9 insertions, 2 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
index 4e84f1f9c..495996551 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -92,7 +92,7 @@ echo "TESTING: 3.2 read-only"
92echo "TESTING: 3.3 blacklist" 92echo "TESTING: 3.3 blacklist"
93./3.3.exp $OVERLAY $CHROOT 93./3.3.exp $OVERLAY $CHROOT
94 94
95echo "TESTING: 3.4 whitelist" 95echo "TESTING: 3.4 whitelist home"
96./3.4.exp $OVERLAY $CHROOT 96./3.4.exp $OVERLAY $CHROOT
97 97
98echo "TESTING: 3.5 private-dev" 98echo "TESTING: 3.5 private-dev"
@@ -105,4 +105,11 @@ echo "TESTING: 3.7 private-tmp"
105./3.7.exp $OVERLAY $CHROOT 105./3.7.exp $OVERLAY $CHROOT
106 106
107echo "TESTING: 3.8 private-bin" 107echo "TESTING: 3.8 private-bin"
108./3.6.exp notworking notworking 108./3.8.exp notworking notworking
109
110echo "TESTING: 3.9 whitelist dev"
111./3.9.exp $OVERLAY $CHROOT
112
113echo "TESTING: 3.10 whitelist tmp"
114./3.10.exp $OVERLAY $CHROOT
115