aboutsummaryrefslogtreecommitdiffstats
path: root/test/pid.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-13 20:47:18 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-13 20:47:18 -0400
commitc85acb7ba71b153806632256b511b915b872c5bc (patch)
tree0b7d6a11cde99266be994fd319b6edaa4ccd21cf /test/pid.exp
parentprofile fixes (diff)
downloadfirejail-c85acb7ba71b153806632256b511b915b872c5bc.tar.gz
firejail-c85acb7ba71b153806632256b511b915b872c5bc.tar.zst
firejail-c85acb7ba71b153806632256b511b915b872c5bc.zip
wait up to 10 seconds for sandbox shutdown
Diffstat (limited to 'test/pid.exp')
-rwxr-xr-xtest/pid.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pid.exp b/test/pid.exp
index fb5b90f04..cdeb9d5fb 100755
--- a/test/pid.exp
+++ b/test/pid.exp
@@ -37,7 +37,7 @@ sleep 1
37send -- "ps aux |wc -l; pwd\r" 37send -- "ps aux |wc -l; pwd\r"
38expect { 38expect {
39 timeout {puts "TESTING ERROR 5\n";exit} 39 timeout {puts "TESTING ERROR 5\n";exit}
40 "6" {puts "normal system\n'} 40 "6" {puts "normal system\n"}
41 "5" {puts "grsecurity\n"} 41 "5" {puts "grsecurity\n"}
42} 42}
43expect { 43expect {