aboutsummaryrefslogtreecommitdiffstats
path: root/test/stress/blacklist.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/stress/blacklist.exp')
-rwxr-xr-xtest/stress/blacklist.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stress/blacklist.exp b/test/stress/blacklist.exp
index 255719426..7d32ad114 100755
--- a/test/stress/blacklist.exp
+++ b/test/stress/blacklist.exp
@@ -14,7 +14,7 @@ set i 1
14send -- "firejail --profile=blacklist.profile\r" 14send -- "firejail --profile=blacklist.profile\r"
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}
19 19
20while { $i <= $MAXi } { 20while { $i <= $MAXi } {
@@ -36,7 +36,7 @@ set i 1
36send -- "firejail --profile=noblacklist.profile\r" 36send -- "firejail --profile=noblacklist.profile\r"
37expect { 37expect {
38 timeout {puts "TESTING ERROR 1\n";exit} 38 timeout {puts "TESTING ERROR 1\n";exit}
39 "Child process initialized" 39 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
40} 40}
41 41
42while { $i <= $MAXi } { 42while { $i <= $MAXi } {