aboutsummaryrefslogtreecommitdiffstats
path: root/test/pid.exp
diff options
context:
space:
mode:
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"