]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Add delay to make sure pidfile gets created 858/head
authorAki Tuomi <cmouse@desteem.org>
Tue, 11 Jun 2013 06:11:20 +0000 (09:11 +0300)
committerAki Tuomi <cmouse@desteem.org>
Tue, 11 Jun 2013 06:11:20 +0000 (09:11 +0300)
regression-tests/start-test-stop

index 26bf533487a52983fea4f63183bd65356963b830..880c20459bd0d6e7947d7f4550c5d2ec6add7d51 100755 (executable)
@@ -48,6 +48,7 @@ securezone ()
 
 check_process ()
 {
+   sleep 1
    set +e
    pids=$(cat pdns*.pid 2>/dev/null)
    if [ -z "$pids" ]; then