aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/seccomp-chmod.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/seccomp-chmod.exp')
-rwxr-xr-xtest/filters/seccomp-chmod.exp4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/filters/seccomp-chmod.exp b/test/filters/seccomp-chmod.exp
index 35c6f69c2..1dd9633c2 100755
--- a/test/filters/seccomp-chmod.exp
+++ b/test/filters/seccomp-chmod.exp
@@ -12,8 +12,10 @@ expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "Child process initialized" 13 "Child process initialized"
14} 14}
15sleep 2 15sleep 1
16 16
17send -- "stty -echo\r"
18after 100
17send -- "cd ~; echo done\r" 19send -- "cd ~; echo done\r"
18expect { 20expect {
19 timeout {puts "TESTING ERROR 1\n";exit} 21 timeout {puts "TESTING ERROR 1\n";exit}