aboutsummaryrefslogtreecommitdiffstats
path: root/test/fscheck-blacklist.exp
blob: c71d1fdfd1982a4a179b772e4a4428b44876b67a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/expect -f

set timeout 10
spawn $env(SHELL)
match_max 100000

# dir
send -- "firejail --net=br0 --blacklist=../test/fscheck-dir\r"
expect {
	timeout {puts "TESTING ERROR 0\n";exit}
	"Error"
}
after 100