Skip to content

Commit

Permalink
tests: fix error when /dev/kmsg is missing
Browse files Browse the repository at this point in the history
This is breaking test-fs in CI since at least commit f37cd57 ("disable
all /bin/dpkg* programs in disable-common.inc", 2023-08-20)[1].

[1] https://github.com/netblue30/firejail/actions/runs/5918495917/job/16062400120
  • Loading branch information
kmk3 committed Aug 21, 2023
1 parent f37cd57 commit 75cefd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fs/kmsg.exp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75cefd5

Please sign in to comment.