aboutsummaryrefslogtreecommitdiffstats
path: root/test/pid.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-04 21:14:15 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-04 21:14:15 -0400
commitcb5a3046fc3f8d498af7bf1e6bc9e7c90e16a828 (patch)
treecf30efeb97177c84e5e7af036ea03b2cc486b7f4 /test/pid.exp
parentgrsecurity: testing (diff)
downloadfirejail-cb5a3046fc3f8d498af7bf1e6bc9e7c90e16a828.tar.gz
firejail-cb5a3046fc3f8d498af7bf1e6bc9e7c90e16a828.tar.zst
firejail-cb5a3046fc3f8d498af7bf1e6bc9e7c90e16a828.zip
grsecurity: --join, --shutdown
Diffstat (limited to 'test/pid.exp')
-rwxr-xr-xtest/pid.exp5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/pid.exp b/test/pid.exp
index d382feb96..fb5b90f04 100755
--- a/test/pid.exp
+++ b/test/pid.exp
@@ -37,7 +37,8 @@ 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" 40 "6" {puts "normal system\n'}
41 "5" {puts "grsecurity\n"}
41} 42}
42expect { 43expect {
43 timeout {puts "TESTING ERROR 6\n";exit} 44 timeout {puts "TESTING ERROR 6\n";exit}
@@ -45,4 +46,4 @@ expect {
45} 46}
46sleep 1 47sleep 1
47 48
48puts "\n" 49puts "\nall done\n"