aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-ptrace.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2021-12-19 13:05:16 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2021-12-19 13:05:16 -0500
commit96cec210f8bd86667722b09beb5a3a67b21ec50f (patch)
treeaa3df5777eb784bec3f8535b92ee4eba00bdbef9 /test/filters/seccomp-ptrace.exp
parenttesting (diff)
downloadfirejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.tar.gz
firejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.tar.zst
firejail-96cec210f8bd86667722b09beb5a3a67b21ec50f.zip
fix make test-filter
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"