aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-23 08:53:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-23 08:53:07 -0400
commit2905b9f9ab5c5ed6f9210d1d843a8bcf41451854 (patch)
treed3bb968dbcb9f22856de345d0df5ecf2a44d594f /test/test.sh
parentquiterss profile (diff)
downloadfirejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.tar.gz
firejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.tar.zst
firejail-2905b9f9ab5c5ed6f9210d1d843a8bcf41451854.zip
make test-utils
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh35
1 files changed, 0 insertions, 35 deletions
diff --git a/test/test.sh b/test/test.sh
index 1204d8208..24827de9f 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -4,10 +4,6 @@
4 4
5./fscheck.sh 5./fscheck.sh
6 6
7echo "TESTING: cpu.print (cpu-print.exp)"
8echo "TESTING: failing under VirtualBox where there is only one CPU"
9./cpu-print.exp
10
11echo "TESTING: network profile (net_profile.exp)" 7echo "TESTING: network profile (net_profile.exp)"
12./net_profile.exp 8./net_profile.exp
13 9
@@ -17,18 +13,6 @@ echo "TESTING: bandwidth (bandwidth.exp)"
17echo "TESTING: file transfer (ls.exp)" 13echo "TESTING: file transfer (ls.exp)"
18./ls.exp 14./ls.exp
19 15
20echo "TESTING: fs.print (fs-print.exp)"
21./fs-print.exp
22
23echo "TESTING: dns.print (dns-print.exp)"
24./dns-print.exp
25
26echo "TESTING: caps.print (caps-print.exp)"
27./caps-print.exp
28
29echo "TESTING: seccomp.print (seccomp-print.exp)"
30./seccomp-print.exp
31
32echo "TESTING: protocol.print (protocol-print.exp)" 16echo "TESTING: protocol.print (protocol-print.exp)"
33./protocol-print.exp 17./protocol-print.exp
34 18
@@ -53,9 +37,6 @@ echo "TESTING: environment variables (env.exp)"
53echo "TESTING: whitelist empty (whitelist-empty.exp)" 37echo "TESTING: whitelist empty (whitelist-empty.exp)"
54./whitelist-empty.exp 38./whitelist-empty.exp
55 39
56echo "TESTING: ignore command (ignore.exp)"
57./ignore.exp
58
59echo "TESTING: private-etc (private-etc.exp)" 40echo "TESTING: private-etc (private-etc.exp)"
60./private-etc.exp 41./private-etc.exp
61 42
@@ -83,22 +64,6 @@ rm -fr auto2
83rm -fr auto3 64rm -fr auto3
84rm -fr auto4 65rm -fr auto4
85 66
86
87echo "TESTING: version (option_version.exp)"
88./option_version.exp
89
90echo "TESTING: help (option_help.exp)"
91./option_help.exp
92
93echo "TESTING: man (option_man.exp)"
94./option_man.exp
95
96echo "TESTING: list (option_list.exp)"
97./option_list.exp
98
99echo "TESTING: tree (option_tree.exp)"
100./option_tree.exp
101
102if [ -f /proc/self/uid_map ]; 67if [ -f /proc/self/uid_map ];
103then 68then
104 echo "TESTING: noroot (noroot.exp)" 69 echo "TESTING: noroot (noroot.exp)"