aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/net_none.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/network/net_none.exp')
-rwxr-xr-xtest/network/net_none.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/network/net_none.exp b/test/network/net_none.exp
index 95b1cf086..32d7532ce 100755
--- a/test/network/net_none.exp
+++ b/test/network/net_none.exp
@@ -12,7 +12,7 @@ send -- "firejail --net=none\r"
12expect { 12expect {
13 timeout {puts "TESTING ERROR 0\n";exit} 13 timeout {puts "TESTING ERROR 0\n";exit}
14 "eth0" {puts "TESTING ERROR 0.1\n";exit} 14 "eth0" {puts "TESTING ERROR 0.1\n";exit}
15 "Child process initialized" 15 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
16} 16}
17sleep 1 17sleep 1
18 18
@@ -47,7 +47,7 @@ send -- "firejail --profile=net_none.profile\r"
47expect { 47expect {
48 timeout {puts "TESTING ERROR 3\n";exit} 48 timeout {puts "TESTING ERROR 3\n";exit}
49 "eth0" {puts "TESTING ERROR 3.1\n";exit} 49 "eth0" {puts "TESTING ERROR 3.1\n";exit}
50 "Child process initialized" 50 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
51} 51}
52sleep 1 52sleep 1
53 53