aboutsummaryrefslogtreecommitdiffstats
path: root/test/fscheck-readonly.exp
blob: e0f0a8a1d00ed2c256a2202c5dd96ccd55bfdad9 (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 --read-only=../test/fscheck-dir\r"
expect {
	timeout {puts "TESTING ERROR 0\n";exit}
	"Error"
}
after 100