aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/netstats.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-03-07 17:59:48 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-03-07 17:59:48 -0500
commit7ba317267e6162549dc5509dee85650d8e921c0e (patch)
treebaed9bd18637a1f1625b41d0dc8607c4802d4866 /test/network/netstats.exp
parenttesting (diff)
downloadfirejail-7ba317267e6162549dc5509dee85650d8e921c0e.tar.gz
firejail-7ba317267e6162549dc5509dee85650d8e921c0e.tar.zst
firejail-7ba317267e6162549dc5509dee85650d8e921c0e.zip
testing
Diffstat (limited to 'test/network/netstats.exp')
-rwxr-xr-xtest/network/netstats.exp13
1 files changed, 7 insertions, 6 deletions
diff --git a/test/network/netstats.exp b/test/network/netstats.exp
index 5cb272728..a8b28bed8 100755
--- a/test/network/netstats.exp
+++ b/test/network/netstats.exp
@@ -20,11 +20,12 @@ expect {
20 timeout {puts "TESTING ERROR 2\n";exit} 20 timeout {puts "TESTING ERROR 2\n";exit}
21 "statistics only for sandboxes using a new network namespace" 21 "statistics only for sandboxes using a new network namespace"
22} 22}
23expect { 23# not supported on github workflows - not a tty!
24 timeout {puts "TESTING ERROR 3\n";exit} 24#expect {
25 "firejail --name=test --net=br0" 25# timeout {puts "TESTING ERROR 3\n";exit}
26} 26# "firejail --name=test --net=br0"
27after 500 27#}
28send -- "\r" 28#after 500
29#send -- "\r"
29after 500 30after 500
30puts "\nall done\n" 31puts "\nall done\n"