This commit is contained in:
netblue30 2022-06-15 19:44:48 -04:00
parent 50c64e0a9a
commit bc48ad064b
2 changed files with 1 additions and 12 deletions

View file

@ -18,17 +18,6 @@ expect {
}
after 100
send -- "firejail --noprofile --chroot=\"bla&&bla\"\r"
expect {
timeout {puts "TESTING ERROR 3.2\n";exit}
"Error:"
}
expect {
timeout {puts "TESTING ERROR 3.3\n";exit}
"is an invalid filename"
}
after 100
send -- "firejail --noprofile --netfilter=\"bla&&bla\"\r"
expect {
timeout {puts "TESTING ERROR 4.2\n";exit}

View file

@ -7,7 +7,7 @@ set timeout 10
spawn $env(SHELL)
match_max 100000
send -- "firejail --whitelist=/dev/null --debug\r"
send -- "firejail --whitelist=/dev/null\r"
expect {
timeout {puts "TESTING ERROR 0\n";exit}
-re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"