aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs')
-rwxr-xr-xtest/fs/whitelist-downloads.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fs/whitelist-downloads.exp b/test/fs/whitelist-downloads.exp
index f3eb0d6a2..a64197953 100755
--- a/test/fs/whitelist-downloads.exp
+++ b/test/fs/whitelist-downloads.exp
@@ -17,7 +17,7 @@ expect {
17} 17}
18after 100 18after 100
19 19
20send -- "firejail --force --profile=/etc/firejail/firefox.profile\r" 20send -- "firejail --force --ignore=shell --profile=/etc/firejail/firefox.profile\r"
21expect { 21expect {
22 timeout {puts "TESTING ERROR 1\n";exit} 22 timeout {puts "TESTING ERROR 1\n";exit}
23 "cannot whitelist Downloads directory" 23 "cannot whitelist Downloads directory"
@@ -34,7 +34,7 @@ after 100
34send -- "cp /tmp/user-dirs.dirs ~/.config/.\r" 34send -- "cp /tmp/user-dirs.dirs ~/.config/.\r"
35after 100 35after 100
36 36
37send -- "firejail --force --profile=/etc/firejail/firefox.profile\r" 37send -- "firejail --force --ignore=shell --profile=/etc/firejail/firefox.profile\r"
38expect { 38expect {
39 timeout {puts "TESTING ERROR 3\n";exit} 39 timeout {puts "TESTING ERROR 3\n";exit}
40 "cannot whitelist Downloads directory" 40 "cannot whitelist Downloads directory"