From: Mark Andrews Date: Thu, 26 Oct 2017 00:43:20 +0000 (+1100) Subject: use consistent filename X-Git-Tag: v9.12.0b2~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3056d6f53205b89cf1299b3c0befa09575ffbeed;p=thirdparty%2Fbind9.git use consistent filename --- diff --git a/bin/tests/system/cds/tests.sh b/bin/tests/system/cds/tests.sh index caf7200f397..5e54cbaaafd 100644 --- a/bin/tests/system/cds/tests.sh +++ b/bin/tests/system/cds/tests.sh @@ -43,7 +43,7 @@ check_stderr() { [ -s err.$n ] || return 0 fi echo "D:stderr did not match '$err'" - sed 's/^/D:/' err + sed 's/^/D:/' err.$n fail }