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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F906%2Fhead;p=thirdparty%2Fpdns.git Added sleep after socat startup to avoid race condition --- diff --git a/modules/remotebackend/testrunner.sh b/modules/remotebackend/testrunner.sh index aefee74dd4..df312c95a1 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() {