aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-errno.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/seccomp-errno.exp')
-rwxr-xr-xtest/filters/seccomp-errno.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/filters/seccomp-errno.exp b/test/filters/seccomp-errno.exp
index 3b6759a40..f5e9ff402 100755
--- a/test/filters/seccomp-errno.exp
+++ b/test/filters/seccomp-errno.exp
@@ -31,7 +31,7 @@ sleep 1
31send -- "firejail --seccomp=unlinkat:ENOENT,mkdir:ENOENT\r" 31send -- "firejail --seccomp=unlinkat:ENOENT,mkdir:ENOENT\r"
32expect { 32expect {
33 timeout {puts "TESTING ERROR 3\n";exit} 33 timeout {puts "TESTING ERROR 3\n";exit}
34 "Child process initialized" 34 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms"
35} 35}
36sleep 1 36sleep 1
37send -- "rm seccomp-test-file\r" 37send -- "rm seccomp-test-file\r"