diff --git a/ChangeLog b/ChangeLog index 26a183cba..f4be9bc9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/regress/cfgmatch.sh b/regress/cfgmatch.sh index e5907354b..80cf22930 100644 --- a/regress/cfgmatch.sh +++ b/regress/cfgmatch.sh @@ -34,7 +34,6 @@ stop_client() pid=`cat $pidfile` if [ ! -z "$pid" ]; then kill $pid - sleep 1 fi wait }