mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 06:06:03 -06:00
tests: fix error when /dev/kmsg is missing
This is breaking test-fs in CI since at least commit f37cd57cd ("disable
all /bin/dpkg* programs in disable-common.inc", 2023-08-20)[1].
[1] https://github.com/netblue30/firejail/actions/runs/5918495917/job/16062400120
This commit is contained in:
parent
f37cd57cd2
commit
75cefd5b16
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ sleep 1
|
|||
send -- "cat /dev/kmsg\r"
|
||||
expect {
|
||||
timeout {puts "TESTING ERROR 2\n";exit}
|
||||
"No such file or directory" # FIXME: Needed in CI
|
||||
"Permission denied"
|
||||
}
|
||||
after 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue