diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | regress/cfgmatch.sh | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -85,6 +85,8 @@ | |||
85 | - (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5 | 85 | - (dtucker) [regress/stderr-after-eof.sh regress/test-exec.sh] Move the md5 |
86 | helper function to the portable part of test-exec.sh. | 86 | helper function to the portable part of test-exec.sh. |
87 | - (dtucker) [regress/runtests.sh] Remove obsolete test driver script. | 87 | - (dtucker) [regress/runtests.sh] Remove obsolete test driver script. |
88 | - (dtucker) [regress/cfgmatch.sh] Remove unneeded sleep renderd obsolete by | ||
89 | rev 1.6 which calls wait. | ||
88 | 90 | ||
89 | 20130516 | 91 | 20130516 |
90 | - (djm) [contrib/ssh-copy-id] Fix bug that could cause "rm *" to be | 92 | - (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() | |||
34 | pid=`cat $pidfile` | 34 | pid=`cat $pidfile` |
35 | if [ ! -z "$pid" ]; then | 35 | if [ ! -z "$pid" ]; then |
36 | kill $pid | 36 | kill $pid |
37 | sleep 1 | ||
38 | fi | 37 | fi |
39 | wait | 38 | wait |
40 | } | 39 | } |