- (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by

rev 1.6 which calls wait.
This commit is contained in:
Darren Tucker 2013-05-17 20:12:57 +10:00
parent 9cc8ff7b63
commit 044f32f4c6
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -34,7 +34,6 @@ stop_client()
pid=`cat $pidfile`
if [ ! -z "$pid" ]; then
kill $pid
sleep 1
fi
wait
}