From aba6c826f4aec8a711196dc18b778555727feb51 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Mon, 15 Aug 2016 11:29:11 +0200 Subject: [PATCH] Recursor tests: we use bashisms now --- regression-tests.recursor/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.recursor/config.sh b/regression-tests.recursor/config.sh index 7e0e6b179..0ef53acbc 100755 --- a/regression-tests.recursor/config.sh +++ b/regression-tests.recursor/config.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -e if [ "${PDNS_DEBUG}" = "YES" ]; then set -x -- 2.40.0