aboutsummaryrefslogtreecommitdiffstats
path: root/test/fscheck-blacklist.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fscheck-blacklist.exp')
-rwxr-xr-xtest/fscheck-blacklist.exp13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/fscheck-blacklist.exp b/test/fscheck-blacklist.exp
deleted file mode 100755
index c71d1fdfd..000000000
--- a/test/fscheck-blacklist.exp
+++ /dev/null
@@ -1,13 +0,0 @@
1#!/usr/bin/expect -f
2
3set timeout 10
4spawn $env(SHELL)
5match_max 100000
6
7# dir
8send -- "firejail --net=br0 --blacklist=../test/fscheck-dir\r"
9expect {
10 timeout {puts "TESTING ERROR 0\n";exit}
11 "Error"
12}
13after 100