aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fscheck-tmpfs.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/fscheck-tmpfs.exp')
-rwxr-xr-xtest/fs/fscheck-tmpfs.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs/fscheck-tmpfs.exp b/test/fs/fscheck-tmpfs.exp
index c9d237d72..223bb63ba 100755
--- a/test/fs/fscheck-tmpfs.exp
+++ b/test/fs/fscheck-tmpfs.exp
@@ -24,7 +24,7 @@ if { ! [file exists /tmp/fjtest-dir] } {
24send -- "firejail --noprofile --tmpfs=~/fjtest-dir\r" 24send -- "firejail --noprofile --tmpfs=~/fjtest-dir\r"
25expect { 25expect {
26 timeout {puts "TESTING ERROR 3\n";exit} 26 timeout {puts "TESTING ERROR 3\n";exit}
27 "Child process initialized" 27 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
28} 28}
29after 500 29after 500
30 30