aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-ptrace.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/seccomp-ptrace.exp')
-rwxr-xr-xtest/filters/seccomp-ptrace.exp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/filters/seccomp-ptrace.exp b/test/filters/seccomp-ptrace.exp
index ec8ab615c..05fd6eabb 100755
--- a/test/filters/seccomp-ptrace.exp
+++ b/test/filters/seccomp-ptrace.exp
@@ -17,8 +17,7 @@ sleep 2
17send -- "strace ls\r" 17send -- "strace ls\r"
18expect { 18expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 19 timeout {puts "TESTING ERROR 1\n";exit}
20 "Bad system call" {puts "version 1\n";} 20 "not permitted"
21 " unexpected signal 31" {puts "version 2\n"}
22} 21}
23 22
24send -- "exit\r" 23send -- "exit\r"