aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-debug-32.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/seccomp-debug-32.exp')
-rwxr-xr-xtest/filters/seccomp-debug-32.exp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/filters/seccomp-debug-32.exp b/test/filters/seccomp-debug-32.exp
index 098b309f5..57087a0b3 100755
--- a/test/filters/seccomp-debug-32.exp
+++ b/test/filters/seccomp-debug-32.exp
@@ -7,6 +7,9 @@ set timeout 10
7spawn $env(SHELL) 7spawn $env(SHELL)
8match_max 100000 8match_max 100000
9 9
10send -- "stty -echo\r"
11after 100
12
10send -- "firejail --debug sleep 1; echo done\r" 13send -- "firejail --debug sleep 1; echo done\r"
11expect { 14expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 15 timeout {puts "TESTING ERROR 0\n";exit}