From: Aki Tuomi Date: Tue, 11 Jun 2013 06:11:20 +0000 (+0300) Subject: Add delay to make sure pidfile gets created X-Git-Tag: rec-3.6.0-rc1~685^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F858%2Fhead;p=thirdparty%2Fpdns.git Add delay to make sure pidfile gets created --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index 26bf533487..880c20459b 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -48,6 +48,7 @@ securezone () check_process () { + sleep 1 set +e pids=$(cat pdns*.pid 2>/dev/null) if [ -z "$pids" ]; then