aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-19 11:28:19 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-19 11:28:19 -0400
commit0d5453fc72da34081f22caf191ff31a22be52af8 (patch)
tree763e59f9e403ccb31f41aeac97b908ba2985cb8b /test/test.sh
parentgoogle-play-music-desktop-player.profile (diff)
downloadfirejail-0d5453fc72da34081f22caf191ff31a22be52af8.tar.gz
firejail-0d5453fc72da34081f22caf191ff31a22be52af8.tar.zst
firejail-0d5453fc72da34081f22caf191ff31a22be52af8.zip
networking profile file support
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index c6fe4f299..961b48807 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -10,6 +10,9 @@ echo "TESTING: cpu.print (cpu-print.exp)"
10echo "TESTING: failing under VirtualBox where there is only one CPU" 10echo "TESTING: failing under VirtualBox where there is only one CPU"
11./cpu-print.exp 11./cpu-print.exp
12 12
13echo "TESTING: network profile (net_profile.exp)"
14./net_profile.exp
15
13echo "TESTING: bandwidth (bandwidth.exp)" 16echo "TESTING: bandwidth (bandwidth.exp)"
14./bandwidth.exp 17./bandwidth.exp
15 18