From: Michał Kępień Date: Thu, 28 Feb 2019 12:15:13 +0000 (+0100) Subject: Do not include conf.sh from ttl/clean.sh X-Git-Tag: v9.15.0~133^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6602848460f6815434acbdee6a2c569079ddf0ad;p=thirdparty%2Fbind9.git Do not include conf.sh from ttl/clean.sh Including $SYSTEMTESTTOP/conf.sh from a system test's clean.sh script is not needed for anything while it causes an error message to be printed out when "./configure" is run, as "make clean" is invoked at the end. Remove the offending line to prevent the error from occurring. --- diff --git a/bin/tests/system/ttl/clean.sh b/bin/tests/system/ttl/clean.sh index 70b2dca3d8b..443b841ea89 100644 --- a/bin/tests/system/ttl/clean.sh +++ b/bin/tests/system/ttl/clean.sh @@ -1,7 +1,5 @@ #!/bin/sh -. $SYSTEMTESTTOP/conf.sh - rm -f ./dig.out.* rm -f ./*/named.conf rm -f ./*/named.memstats