aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-04-17 14:41:18 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-04-17 14:41:18 -0400
commit1789b45bfe4b6f343448524867c6c497cc9e39b3 (patch)
tree17a89f6d40cddac982de345801e776efe76452e0 /test/fs
parentextra files for Arduino profile (diff)
downloadfirejail-1789b45bfe4b6f343448524867c6c497cc9e39b3.tar.gz
firejail-1789b45bfe4b6f343448524867c6c497cc9e39b3.tar.zst
firejail-1789b45bfe4b6f343448524867c6c497cc9e39b3.zip
testing
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"