diff options
author | Colin Watson <cjwatson@debian.org> | 2010-08-23 22:56:08 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-08-23 22:56:08 +0100 |
commit | 31e30b835fd9695d3b6647cab4867001b092e28f (patch) | |
tree | 138e715c25661825457c7280cd66e3f4853d474c /regress/test-exec.sh | |
parent | 78eedc2c60ff4718200f9271d8ee4f437da3a0c5 (diff) | |
parent | 43094ebf14c9b16f1ea398bc5b65a7335e947288 (diff) |
merge 5.6p1
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r-- | regress/test-exec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh index b3a19389d..b64dcdbcf 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh | |||
@@ -167,7 +167,7 @@ have_prog() | |||
167 | cleanup () | 167 | cleanup () |
168 | { | 168 | { |
169 | if [ -f $PIDFILE ]; then | 169 | if [ -f $PIDFILE ]; then |
170 | pid=`cat $PIDFILE` | 170 | pid=`$SUDO cat $PIDFILE` |
171 | if [ "X$pid" = "X" ]; then | 171 | if [ "X$pid" = "X" ]; then |
172 | echo no sshd running | 172 | echo no sshd running |
173 | else | 173 | else |