aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs')
-rwxr-xr-xtest/fs/kmsg.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fs/kmsg.exp b/test/fs/kmsg.exp
index 3f952a4d4..1e647ab8d 100755
--- a/test/fs/kmsg.exp
+++ b/test/fs/kmsg.exp
@@ -17,6 +17,7 @@ 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
20 "Permission denied" 21 "Permission denied"
21} 22}
22after 100 23after 100