aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/interface.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/interface.exp')
-rwxr-xr-xtest/network/interface.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/interface.exp b/test/network/interface.exp
index 4ae5b1da6..7c3e39fea 100755
--- a/test/network/interface.exp
+++ b/test/network/interface.exp
@@ -20,7 +20,7 @@ set chroot [lindex $argv 1]
20send -- "firejail --noprofile --interface=eth0.5 --interface=eth0.6\r" 20send -- "firejail --noprofile --interface=eth0.5 --interface=eth0.6\r"
21expect { 21expect {
22 timeout {puts "TESTING ERROR 0\n";exit} 22 timeout {puts "TESTING ERROR 0\n";exit}
23 "Child process initialized" 23 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
24} 24}
25sleep 1 25sleep 1
26 26