aboutsummaryrefslogtreecommitdiffstats
path: root/test/seccomp-errno.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/seccomp-errno.exp')
-rwxr-xr-xtest/seccomp-errno.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/seccomp-errno.exp b/test/seccomp-errno.exp
index 138f039b0..e6678ab8f 100755
--- a/test/seccomp-errno.exp
+++ b/test/seccomp-errno.exp
@@ -17,7 +17,7 @@ sleep 1
17send -- "firejail --seccomp.enoent=unlinkat --debug rm seccomp-test-file\r" 17send -- "firejail --seccomp.enoent=unlinkat --debug rm seccomp-test-file\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 "ERRNO 263 unlinkat 2 ENOENT" 20 "unlinkat 2 ENOENT"
21} 21}
22sleep 1 22sleep 1
23 23