aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs')
-rwxr-xr-xtest/fs/kmsg.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/fs/kmsg.exp b/test/fs/kmsg.exp
index 1e647ab8d..deab8fcf5 100755
--- a/test/fs/kmsg.exp
+++ b/test/fs/kmsg.exp
@@ -7,7 +7,7 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "firejail\r" 10send -- "firejail --ignore=private-dev\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" 13 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
@@ -17,7 +17,6 @@ sleep 1
17send -- "cat /dev/kmsg\r" 17send -- "cat /dev/kmsg\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 2\n";exit} 19 timeout {puts "TESTING ERROR 2\n";exit}
20 "No such file or directory" # FIXME: Needed in CI
21 "Permission denied" 20 "Permission denied"
22} 21}
23after 100 22after 100