mirror of git://anongit.mindrot.org/openssh.git
- (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by
rev 1.6 which calls wait.
This commit is contained in:
parent
9cc8ff7b63
commit
044f32f4c6
|
@ -85,6 +85,8 @@
|
|||
- (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5
|
||||
helper function to the portable part of test-exec.sh.
|
||||
- (dtucker) [regress/runtests.sh] Remove obsolete test driver script.
|
||||
- (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by
|
||||
rev 1.6 which calls wait.
|
||||
|
||||
20130516
|
||||
- (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be
|
||||
|
|
|
@ -34,7 +34,6 @@ stop_client()
|
|||
pid=`cat $pidfile`
|
||||
if [ ! -z "$pid" ]; then
|
||||
kill $pid
|
||||
sleep 1
|
||||
fi
|
||||
wait
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue