aboutsummaryrefslogtreecommitdiffstats
path: root/test/apps-x11/x11-none.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/apps-x11/x11-none.exp')
-rwxr-xr-xtest/apps-x11/x11-none.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apps-x11/x11-none.exp b/test/apps-x11/x11-none.exp
index d2cc69c98..e6ff12f27 100755
--- a/test/apps-x11/x11-none.exp
+++ b/test/apps-x11/x11-none.exp
@@ -17,7 +17,7 @@ sleep 1
17send -- "firejail --name=test --net=none --x11=none\r" 17send -- "firejail --name=test --net=none --x11=none\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 "Child process initialized" 20 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
21} 21}
22sleep 1 22sleep 1
23 23