aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs')
-rwxr-xr-xtest/fs/whitelist-dev.exp2
-rwxr-xr-xtest/fs/whitelist.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fs/whitelist-dev.exp b/test/fs/whitelist-dev.exp
index 049698b99..fb91c4678 100755
--- a/test/fs/whitelist-dev.exp
+++ b/test/fs/whitelist-dev.exp
@@ -39,7 +39,7 @@ after 100
39send -- "exit\r" 39send -- "exit\r"
40sleep 1 40sleep 1
41 41
42send -- "firejail --private-dev --debug\r" 42send -- "firejail --private-dev\r"
43expect { 43expect {
44 timeout {puts "TESTING ERROR 4\n";exit} 44 timeout {puts "TESTING ERROR 4\n";exit}
45 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 45 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
diff --git a/test/fs/whitelist.exp b/test/fs/whitelist.exp
index 8e98b9dfa..f35744a9c 100755
--- a/test/fs/whitelist.exp
+++ b/test/fs/whitelist.exp
@@ -33,7 +33,7 @@ after 200
33send -- "ln -s ~/fjtest-dir ~/fjtest-dir-lnk\r" 33send -- "ln -s ~/fjtest-dir ~/fjtest-dir-lnk\r"
34after 200 34after 200
35 35
36send -- "firejail --whitelist=~/fjtest-file --whitelist=~/fjtest-dir --debug\r" 36send -- "firejail --whitelist=~/fjtest-file --whitelist=~/fjtest-dir\r"
37expect { 37expect {
38 timeout {puts "TESTING ERROR 0\n";exit} 38 timeout {puts "TESTING ERROR 0\n";exit}
39 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 39 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"