aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/features/test.sh')
-rwxr-xr-xtest/features/test.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
index ab00f7f29..341126a09 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -4,7 +4,7 @@
4# Feature testing 4# Feature testing
5# 5#
6 6
7echo "TESTING: 1.1 new /boot" 7echo "TESTING: 1.1 disable /boot"
8./1.1.exp 8./1.1.exp
9 9
10echo "TESTING: 1.2 new /proc" 10echo "TESTING: 1.2 new /proc"
@@ -25,3 +25,6 @@ echo "TESTING: 1.7 new /var/tmp"
25echo "TESTING: 1.8 disable /etc/firejail and ~/.config/firejail" 25echo "TESTING: 1.8 disable /etc/firejail and ~/.config/firejail"
26./1.8.exp 26./1.8.exp
27 27
28echo "TESTING: 1.10 disable /selinux"
29./1.10.exp
30