From: Pieter Lexis Date: Fri, 30 Sep 2016 11:20:15 +0000 (+0200) Subject: rec tests: create controlsocket dirs idempotently X-Git-Tag: rec-4.0.4~23^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a58df4984b40c7ecd5970075e1f5892023e42d61;p=pdns rec tests: create controlsocket dirs idempotently --- diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index f21d3ff7f..c8cd305a2 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -46,8 +46,8 @@ fi cd configs for dir in recursor-service recursor-service2 recursor-service3; do - mkdir /tmp/$dir - mkdir $dir + mkdir -p /tmp/$dir + mkdir -p $dir cd $dir cat > run <