aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-18 11:07:49 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-18 11:07:49 -0400
commit6d39f22968c7cf2a51cb162664589770c84aac69 (patch)
tree8a717a0324b43a8134182ceeee6455b59535b465 /test/test.sh
parent--hostname (diff)
downloadfirejail-6d39f22968c7cf2a51cb162664589770c84aac69.tar.gz
firejail-6d39f22968c7cf2a51cb162664589770c84aac69.tar.zst
firejail-6d39f22968c7cf2a51cb162664589770c84aac69.zip
testing
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh12
1 files changed, 9 insertions, 3 deletions
diff --git a/test/test.sh b/test/test.sh
index 80aa7f3e8..7d43a5786 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -125,9 +125,6 @@ ls -al > tmpreadonly
125sleep 5 125sleep 5
126rm -f tmpreadonly 126rm -f tmpreadonly
127 127
128echo "TESTING: name"
129./name.exp
130
131echo "TESTING: zsh" 128echo "TESTING: zsh"
132./shell_zsh.exp 129./shell_zsh.exp
133 130
@@ -354,6 +351,9 @@ echo "TESTING: read/write /var/lock"
354echo "TESTING: read/write /dev/shm" 351echo "TESTING: read/write /dev/shm"
355./fs_dev_shm.exp 352./fs_dev_shm.exp
356 353
354echo "TESTING: quiet"
355./quiet.exp
356
357echo "TESTING: local network" 357echo "TESTING: local network"
358./net_local.exp 358./net_local.exp
359 359
@@ -366,6 +366,12 @@ echo "TESTING: network IP"
366echo "TESTING: network MAC" 366echo "TESTING: network MAC"
367./net_mac.exp 367./net_mac.exp
368 368
369echo "TESTING: network MTU"
370./net_mtu.exp
371
372echo "TESTING: network hostname"
373./hostname.exp
374
369echo "TESTING: network bad IP" 375echo "TESTING: network bad IP"
370./net_badip.exp 376./net_badip.exp
371 377