From 5771350a1be08157a76ec6ca1c6decd285e32586 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20=C5=A0pa=C4=8Dek?= Date: Fri, 24 Nov 2017 15:48:56 +0100 Subject: [PATCH] fixup! tests: fixed config tests locking up on error, added test for predict /bin/sh in our image does not support "function" keyword --- tests/config/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- 2.47.2