mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 22:01:33 -06:00
fix CI
This commit is contained in:
parent
50c64e0a9a
commit
bc48ad064b
2 changed files with 1 additions and 12 deletions
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue