summaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-05-03 08:41:24 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-05-03 08:41:24 -0400
commit57bea6c8c4d1bd666ce57057b1cbb681b3cc4afc (patch)
tree60f90718665a1a812b552f589bc4d85616232df1 /test/test.sh
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-57bea6c8c4d1bd666ce57057b1cbb681b3cc4afc.tar.gz
firejail-57bea6c8c4d1bd666ce57057b1cbb681b3cc4afc.tar.zst
firejail-57bea6c8c4d1bd666ce57057b1cbb681b3cc4afc.zip
networking features testing
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/test.sh b/test/test.sh
index 0509afdfb..9d7dba4fa 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -7,11 +7,6 @@
7 7
8./fscheck.sh 8./fscheck.sh
9 9
10echo "TESTING: network profile (net_profile.exp)"
11./net_profile.exp
12
13echo "TESTING: bandwidth (bandwidth.exp)"
14./bandwidth.exp
15 10
16echo "TESTING: protocol.print (protocol-print.exp)" 11echo "TESTING: protocol.print (protocol-print.exp)"
17./protocol-print.exp 12./protocol-print.exp
@@ -127,12 +122,6 @@ echo "TESTING: PID (pid.exp)"
127echo "TESTING: output (output.exp)" 122echo "TESTING: output (output.exp)"
128./output.exp 123./output.exp
129 124
130echo "TESTING: profile no permissions (profile_noperm.exp)"
131./profile_noperm.exp
132
133echo "TESTING: profile read-only (profile_readonly.exp)"
134./profile_readonly.exp
135
136echo "TESTING: private (private.exp)" 125echo "TESTING: private (private.exp)"
137./private.exp `whoami` 126./private.exp `whoami`
138 127