aboutsummaryrefslogtreecommitdiffstats
path: root/test/features/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-11-23 08:47:25 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2015-11-23 08:47:25 -0500
commit5035659fe3533972d79055d8ab828b0ea24d51ba (patch)
treeee9c8e4a808b967394539b4bb1c867cb24d10442 /test/features/test.sh
parentfeature testing (diff)
downloadfirejail-5035659fe3533972d79055d8ab828b0ea24d51ba.tar.gz
firejail-5035659fe3533972d79055d8ab828b0ea24d51ba.tar.zst
firejail-5035659fe3533972d79055d8ab828b0ea24d51ba.zip
feature testing
Diffstat (limited to 'test/features/test.sh')
-rwxr-xr-xtest/features/test.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/test/features/test.sh b/test/features/test.sh
index 42b59f383..8047bbd0c 100755
--- a/test/features/test.sh
+++ b/test/features/test.sh
@@ -4,6 +4,7 @@
4# Feature testing 4# Feature testing
5# 5#
6 6
7# Default features
7echo "TESTING: 1.1 disable /boot" 8echo "TESTING: 1.1 disable /boot"
8./1.1.exp 9./1.1.exp
9 10
@@ -28,7 +29,7 @@ echo "TESTING: 1.8 disable /etc/firejail and ~/.config/firejail"
28echo "TESTING: 1.10 disable /selinux" 29echo "TESTING: 1.10 disable /selinux"
29./1.10.exp 30./1.10.exp
30 31
31 32# networking features
32echo "TESTING: 2.1 hostname" 33echo "TESTING: 2.1 hostname"
33./2.1.exp 34./2.1.exp
34 35
@@ -40,3 +41,6 @@ echo "TESTING: 2.3 mac-vlan"
40 41
41echo "TESTING: 2.4 bridge" 42echo "TESTING: 2.4 bridge"
42./2.4.exp 43./2.4.exp
44
45echo "TESTING: 2.5 interface"
46./2.5.exp