summaryrefslogtreecommitdiffstats
path: root/test/invalid_filename.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/invalid_filename.exp')
-rwxr-xr-xtest/invalid_filename.exp14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/invalid_filename.exp b/test/invalid_filename.exp
index e496e4aaf..26563aa43 100755
--- a/test/invalid_filename.exp
+++ b/test/invalid_filename.exp
@@ -200,20 +200,6 @@ expect {
200} 200}
201after 100 201after 100
202 202
203send -- "firejail --debug-check-filename --tmpfs=\"bla&&bla\"\r"
204expect {
205 timeout {puts "TESTING ERROR 13.1\n";exit}
206 "Checking filename bla&&bla"
207}
208expect {
209 timeout {puts "TESTING ERROR 13.2\n";exit}
210 "Error:"
211}
212expect {
213 timeout {puts "TESTING ERROR 13.3\n";exit}
214 "is an invalid filename"
215}
216after 100
217 203
218send -- "firejail --debug-check-filename --whitelist=\"bla&&bla\"\r" 204send -- "firejail --debug-check-filename --whitelist=\"bla&&bla\"\r"
219expect { 205expect {