aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils/tree.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/tree.exp')
-rwxr-xr-xtest/utils/tree.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/utils/tree.exp b/test/utils/tree.exp
index 9cdb09639..4b1f70bd2 100755
--- a/test/utils/tree.exp
+++ b/test/utils/tree.exp
@@ -10,7 +10,7 @@ match_max 100000
10send -- "firejail\r" 10send -- "firejail\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "Child process initialized" 13 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
14} 14}
15after 100 15after 100
16 16
@@ -18,7 +18,7 @@ spawn $env(SHELL)
18send -- "firejail\r" 18send -- "firejail\r"
19expect { 19expect {
20 timeout {puts "TESTING ERROR 1\n";exit} 20 timeout {puts "TESTING ERROR 1\n";exit}
21 "Child process initialized" 21 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
22} 22}
23after 100 23after 100
24 24
@@ -26,7 +26,7 @@ spawn $env(SHELL)
26send -- "firejail\r" 26send -- "firejail\r"
27expect { 27expect {
28 timeout {puts "TESTING ERROR 2\n";exit} 28 timeout {puts "TESTING ERROR 2\n";exit}
29 "Child process initialized" 29 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
30} 30}
31sleep 1 31sleep 1
32 32