aboutsummaryrefslogtreecommitdiffstats
path: root/test/fscheck-bindnoroot.exp
blob: 796a7d9756e6f847bdcc15cc5f42bbd2d0e80906 (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 --bind=fscheck-dir,/etc\r"
expect {
	timeout {puts "TESTING ERROR 0\n";exit}
	"Error"
}
after 100