From: Aki Tuomi Date: Tue, 9 Jul 2013 10:03:45 +0000 (+0300) Subject: Added sleep after socat startup to avoid race condition X-Git-Tag: rec-3.6.0-rc1~579^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8907fde7d0a3567d8a465cb8c7ee858162403d46;p=pdns Added sleep after socat startup to avoid race condition --- diff --git a/modules/remotebackend/testrunner.sh b/modules/remotebackend/testrunner.sh index aefee74dd..df312c95a 100755 --- a/modules/remotebackend/testrunner.sh +++ b/modules/remotebackend/testrunner.sh @@ -40,6 +40,7 @@ function start_unix() { $socat unix-listen:/tmp/remotebackend.sock exec:./unittest_pipe.rb & socat_pid=$! + sleep 1 } function stop_unix() {