summaryrefslogtreecommitdiffstats
path: root/test/seccomp-ptrace.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/seccomp-ptrace.exp')
-rwxr-xr-xtest/seccomp-ptrace.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/seccomp-ptrace.exp b/test/seccomp-ptrace.exp
index c5411c249..9a9b7430e 100755
--- a/test/seccomp-ptrace.exp
+++ b/test/seccomp-ptrace.exp
@@ -4,7 +4,7 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --seccomp\r" 7send -- "firejail --noprofile --seccomp\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Child process initialized" 10 "Child process initialized"
@@ -20,4 +20,4 @@ expect {
20 20
21send -- "exit\r" 21send -- "exit\r"
22sleep 1 22sleep 1
23puts "\n" 23puts "all done\n"