aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/network/bandwidth.exp2
-rwxr-xr-xtest/utils/seccomp.exp2
2 files changed, 2 insertions, 2 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
diff --git a/test/utils/seccomp.exp b/test/utils/seccomp.exp
index a318e39b1..c9726ff21 100755
--- a/test/utils/seccomp.exp
+++ b/test/utils/seccomp.exp
@@ -40,7 +40,7 @@ expect {
40 "bingo2" 40 "bingo2"
41} 41}
42expect { 42expect {
43 timeout {puts "TESTING ERROR 3\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Seccomp: 0" 44 "Seccomp: 0"
45} 45}
46after 100 46after 100