aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/private.exp')
-rwxr-xr-xtest/fs/private.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs/private.exp b/test/fs/private.exp
index d2cac6b05..ff8e0c66e 100755
--- a/test/fs/private.exp
+++ b/test/fs/private.exp
@@ -26,7 +26,7 @@ after 100
26send -- "firejail --private\r" 26send -- "firejail --private\r"
27expect { 27expect {
28 timeout {puts "TESTING ERROR 0\n";exit} 28 timeout {puts "TESTING ERROR 0\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