aboutsummaryrefslogtreecommitdiffstats
path: root/test/fscheck-blacklist.exp
blob: 5b6a9623c86d287683b2d9531ed36e5ac42b816c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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