aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps/xchat.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps/xchat.exp')
-rwxr-xr-xtest/apps/xchat.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/apps/xchat.exp b/test/apps/xchat.exp
index f5e0b545b..ca17f44e4 100755
--- a/test/apps/xchat.exp
+++ b/test/apps/xchat.exp
@@ -14,7 +14,7 @@ expect {
14} 14}
15expect { 15expect {
16 timeout {puts "TESTING ERROR 1\n";exit} 16 timeout {puts "TESTING ERROR 1\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 3 19sleep 3
20 20
@@ -41,7 +41,7 @@ expect {
41send -- "firejail --name=blablabla\r" 41send -- "firejail --name=blablabla\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 4\n";exit} 43 timeout {puts "TESTING ERROR 4\n";exit}
44 "Child process initialized" 44 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
45} 45}
46sleep 2 46sleep 2
47 47