aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/fs/private-bin.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fs/private-bin.exp b/test/fs/private-bin.exp
index 7eca6e106..7558ce465 100755
--- a/test/fs/private-bin.exp
+++ b/test/fs/private-bin.exp
@@ -73,14 +73,14 @@ expect {
73 timeout {puts "TESTING ERROR 13\n";exit} 73 timeout {puts "TESTING ERROR 13\n";exit}
74 "Warning: invalid private-bin path /etc/shadow" 74 "Warning: invalid private-bin path /etc/shadow"
75} 75}
76after 100 76after 300
77 77
78send -- "firejail --private-bin=\"bla;bla\"\r" 78send -- "firejail --private-bin=\"bla;bla\"\r"
79expect { 79expect {
80 timeout {puts "TESTING ERROR 14\n";exit} 80 timeout {puts "TESTING ERROR 14\n";exit}
81 "is an invalid filename" 81 "is an invalid filename"
82} 82}
83after 100 83after 300
84 84
85send -- "firejail --private-etc=../bin/ls\r" 85send -- "firejail --private-etc=../bin/ls\r"
86expect { 86expect {
@@ -88,5 +88,5 @@ expect {
88 "is an invalid filename" 88 "is an invalid filename"
89} 89}
90 90
91after 100 91after 300
92puts "\nall done\n" 92puts "\nall done\n"