aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-22 15:12:47 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-22 15:13:26 -0500
commitd8bcb4583cdffeefb052dbacb2441cd545ccf9eb (patch)
tree69096f63d0a8ac3adf6c7a442fa625cb3d4c7c18 /test/features/test.sh
parentfeature testing (diff)
downloadfirejail-d8bcb4583cdffeefb052dbacb2441cd545ccf9eb.tar.gz
firejail-d8bcb4583cdffeefb052dbacb2441cd545ccf9eb.tar.zst
firejail-d8bcb4583cdffeefb052dbacb2441cd545ccf9eb.zip
feature testing
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