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

set timeout 10
spawn $env(SHELL)
match_max 100000

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

puts "\nall done\n"