aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-15 20:13:21 -0500
committerLibravatar GitHub <noreply@github.com>2023-01-15 20:13:21 -0500
commite0f87dd76fd9767aba087f639d5f8154ad747564 (patch)
treee16559fb4735e12699b439d434debcdc9831f98f /test/fs
parentMerge pull request #5571 from glitsj16/ec-refactor (diff)
parenttesting (diff)
downloadfirejail-e0f87dd76fd9767aba087f639d5f8154ad747564.tar.gz
firejail-e0f87dd76fd9767aba087f639d5f8154ad747564.tar.zst
firejail-e0f87dd76fd9767aba087f639d5f8154ad747564.zip
Merge pull request #5591 from smitsohu/private-etc-no-blacklisted
opt-in: hide blacklisted files in /etc
Diffstat (limited to 'test/fs')
-rwxr-xr-xtest/fs/option_blacklist_file.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs/option_blacklist_file.exp b/test/fs/option_blacklist_file.exp
index 93284a140..9b4d3ed83 100755
--- a/test/fs/option_blacklist_file.exp
+++ b/test/fs/option_blacklist_file.exp
@@ -22,7 +22,7 @@ sleep 1
22send -- "cat /etc/passwd;echo done\r" 22send -- "cat /etc/passwd;echo done\r"
23expect { 23expect {
24 timeout {puts "TESTING ERROR 1\n";exit} 24 timeout {puts "TESTING ERROR 1\n";exit}
25 "No such file or directory" 25 "Permission denied"
26} 26}
27expect { 27expect {
28 timeout {puts "TESTING ERROR 2\n";exit} 28 timeout {puts "TESTING ERROR 2\n";exit}