From a58df4984b40c7ecd5970075e1f5892023e42d61 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Fri, 30 Sep 2016 13:20:15 +0200 Subject: [PATCH] rec tests: create controlsocket dirs idempotently --- regression-tests.recursor/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 <