aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fscheck-bindnoroot.exp
blob: 8cbe2b8af20487ffd7d9d16cc2265f2cf0a7150c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/expect -f

set timeout 10
spawn $env(SHELL)
match_max 100000

# dir
send -- "firejail --net=br0 --bind=testdir1,/etc\r"
expect {
	timeout {puts "TESTING ERROR 0\n";exit}
	"Error"
}
after 100

puts "\nall done\n"