diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/cfgmatch.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/cfgmatch.sh b/regress/cfgmatch.sh index 3a789faab..d987dcb97 100644 --- a/regress/cfgmatch.sh +++ b/regress/cfgmatch.sh | |||
@@ -12,6 +12,7 @@ stop_client() | |||
12 | pid=`cat $pidfile` | 12 | pid=`cat $pidfile` |
13 | if [ ! -z "$pid" ]; then | 13 | if [ ! -z "$pid" ]; then |
14 | kill $pid | 14 | kill $pid |
15 | sleep 1 | ||
15 | fi | 16 | fi |
16 | } | 17 | } |
17 | 18 | ||