aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private-bin.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/private-bin.exp')
-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