summaryrefslogtreecommitdiffstats
path: root/test/network/bandwidth.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/bandwidth.exp')
-rwxr-xr-xtest/network/bandwidth.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/bandwidth.exp b/test/network/bandwidth.exp
index a3dc9b55f..bccb0b9f3 100755
--- a/test/network/bandwidth.exp
+++ b/test/network/bandwidth.exp
@@ -18,7 +18,7 @@ spawn $env(SHELL)
18send -- "firejail --bandwidth=test status\r" 18send -- "firejail --bandwidth=test status\r"
19expect { 19expect {
20 timeout {puts "TESTING ERROR 1\n";exit} 20 timeout {puts "TESTING ERROR 1\n";exit}
21 "qdisc noqueue 0: dev eth0" 21 "qdisc pfifo_fast 0: dev eth0"
22} 22}
23sleep 1 23sleep 1
24 24