From: Petr Špaček Date: Fri, 24 Nov 2017 14:48:56 +0000 (+0100) Subject: fixup! tests: fixed config tests locking up on error, added test for predict X-Git-Tag: v1.5.1~14^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5771350a1be08157a76ec6ca1c6decd285e32586;p=thirdparty%2Fknot-resolver.git fixup! tests: fixed config tests locking up on error, added test for predict /bin/sh in our image does not support "function" keyword --- diff --git a/tests/config/runtest.sh b/tests/config/runtest.sh index d1ad7ae51..25b9874d4 100755 --- a/tests/config/runtest.sh +++ b/tests/config/runtest.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e export TMP_RUNDIR="$(mktemp -d)" function finish { rm -rf "${TMP_RUNDIR}"