aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/test.sh')
-rwxr-xr-xtest/features/test.sh22
1 files changed, 20 insertions, 2 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
index d4bcead0b..495996551 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -83,7 +83,7 @@ fi
83#################### 83####################
84# filesystem features 84# filesystem features
85#################### 85####################
86echo "TESTING: 3.1 tmpfs" 86echo "TESTING: 3.1 private"
87./3.1.exp $OVERLAY $CHROOT 87./3.1.exp $OVERLAY $CHROOT
88 88
89echo "TESTING: 3.2 read-only" 89echo "TESTING: 3.2 read-only"
@@ -92,6 +92,24 @@ 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"
99./3.5.exp $OVERLAY $CHROOT
100
101echo "TESTING: 3.6 private-etc"
102./3.6.exp notworking $CHROOT
103
104echo "TESTING: 3.7 private-tmp"
105./3.7.exp $OVERLAY $CHROOT
106
107echo "TESTING: 3.8 private-bin"
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