aboutsummaryrefslogtreecommitdiffstats
path: root/test/profiles/profile_readonly.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/profiles/profile_readonly.exp')
-rwxr-xr-xtest/profiles/profile_readonly.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profiles/profile_readonly.exp b/test/profiles/profile_readonly.exp
index 8dc598034..4c1bcba89 100755
--- a/test/profiles/profile_readonly.exp
+++ b/test/profiles/profile_readonly.exp
@@ -14,7 +14,7 @@ sleep 1
14send -- "firejail --profile=readonly.profile\r" 14send -- "firejail --profile=readonly.profile\r"
15expect { 15expect {
16 timeout {puts "TESTING ERROR 0\n";exit} 16 timeout {puts "TESTING ERROR 0\n";exit}
17 "Child process initialized" 17 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
18} 18}
19sleep 2 19sleep 2
20 20