aboutsummaryrefslogtreecommitdiffstats
path: root/test/fscheck-tmpfs.exp
blob: d5bbccd96adc97aa56b9c91a6c5086a2432072dd (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

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