From: Evan Hunt Date: Wed, 30 May 2018 01:49:43 +0000 (-0700) Subject: bits of conf.sh.in and conf.sh.win32 were out of sync X-Git-Tag: v9.13.1~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75d348bed662277ed47eff4ed1b4922ac02f0935;p=thirdparty%2Fbind9.git bits of conf.sh.in and conf.sh.win32 were out of sync --- diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32 index b84bdc60d15..61a020dc67a 100644 --- a/bin/tests/system/conf.sh.win32 +++ b/bin/tests/system/conf.sh.win32 @@ -199,11 +199,17 @@ echoend () { printf "${COLOR_END}%s${COLOR_NONE}\n" "$*" } -TESTNAME="`basename $PWD`" +SYSTESTDIR="`basename $PWD`" echo_i() { echo "$@" | while read LINE ; do - echoinfo "I:$TESTNAME:$LINE" + echoinfo "I:$SYSTESTDIR:$LINE" + done +} + +echo_ic() { + echo "$@" | while read LINE ; do + echoinfo "I:$SYSTESTDIR: $LINE" done }