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