aboutsummaryrefslogtreecommitdiffstats
path: root/test/private-lib/evince.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/private-lib/evince.exp')
-rwxr-xr-xtest/private-lib/evince.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/private-lib/evince.exp b/test/private-lib/evince.exp
index 1e270a2ef..8f54ee345 100755
--- a/test/private-lib/evince.exp
+++ b/test/private-lib/evince.exp
@@ -1,6 +1,6 @@
1#!/usr/bin/expect -f 1#!/usr/bin/expect -f
2# This file is part of Firejail project 2# This file is part of Firejail project
3# Copyright (C) 2014-2021 Firejail Authors 3# Copyright (C) 2014-2022 Firejail Authors
4# License GPL v2 4# License GPL v2
5 5
6set timeout 10 6set timeout 10
@@ -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