From a1272742cfbdbfe999a701f804b58ceb4605713d Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 30 Apr 2016 07:27:31 -0400 Subject: added make test-filters --- test/seccomp-ptrace.exp | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100755 test/seccomp-ptrace.exp (limited to 'test/seccomp-ptrace.exp') diff --git a/test/seccomp-ptrace.exp b/test/seccomp-ptrace.exp deleted file mode 100755 index 9a9b7430e..000000000 --- a/test/seccomp-ptrace.exp +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/expect -f - -set timeout 10 -spawn $env(SHELL) -match_max 100000 - -send -- "firejail --noprofile --seccomp\r" -expect { - timeout {puts "TESTING ERROR 0\n";exit} - "Child process initialized" -} -sleep 2 - -send -- "strace ls\r" -expect { - timeout {puts "TESTING ERROR 1\n";exit} - "Bad system call" {puts "version 1\n";} - " unexpected signal 31" {puts "version 2\n"} -} - -send -- "exit\r" -sleep 1 -puts "all done\n" -- cgit v1.2.3-70-g09d2