summaryrefslogtreecommitdiff
path: root/regress/cfgmatch.sh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-09-08 00:03:05 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-09-08 00:03:05 +1000
commit89f59cea1c38ec2dea4e70d61603af8e2668dc94 (patch)
treea376ffafa37b246977c8bf0a28277346d9699221 /regress/cfgmatch.sh
parentf19bbc38835acdc80b4c84e053afaf86f5dcb414 (diff)
downloadopenssh-git-89f59cea1c38ec2dea4e70d61603af8e2668dc94.tar.gz
- (dtucker) [regress/cfgmatch.sh] stop_client is racy, so give us a better
chance of winning.
Diffstat (limited to 'regress/cfgmatch.sh')
-rw-r--r--regress/cfgmatch.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/regress/cfgmatch.sh b/regress/cfgmatch.sh
index 3a789faa..d987dcb9 100644
--- a/regress/cfgmatch.sh
+++ b/regress/cfgmatch.sh
@@ -12,6 +12,7 @@ stop_client()
pid=`cat $pidfile`
if [ ! -z "$pid" ]; then
kill $pid
+ sleep 1
fi
}