aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-12-06 11:18:39 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-12-06 11:18:39 -0500
commit8772ffe80c4dd47926ce05d29257d8c113ca4114 (patch)
treeae6f46d6e13861c8f043e37119fe2d067c685cb0 /test/fs
parentadding machine-id to a number of profiles (diff)
downloadfirejail-8772ffe80c4dd47926ce05d29257d8c113ca4114.tar.gz
firejail-8772ffe80c4dd47926ce05d29257d8c113ca4114.tar.zst
firejail-8772ffe80c4dd47926ce05d29257d8c113ca4114.zip
testing
Diffstat (limited to 'test/fs')
-rwxr-xr-xtest/fs/private-bin.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fs/private-bin.exp b/test/fs/private-bin.exp
index 8403b8442..8a3114a11 100755
--- a/test/fs/private-bin.exp
+++ b/test/fs/private-bin.exp
@@ -68,10 +68,10 @@ send -- "exit\r"
68after 100 68after 100
69 69
70 70
71send -- "firejail --debug --private-bin=/etc/shadow \r" 71send -- "firejail --private-bin=/etc/shadow\r"
72expect { 72expect {
73 timeout {puts "TESTING ERROR 13\n";exit} 73 timeout {puts "TESTING ERROR 13\n";exit}
74 "Warning: file /etc/shadow not found" 74 "Warning: invalid private-bin path /etc/shadow"
75} 75}
76after 100 76after 100
77 77