]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not include conf.sh from ttl/clean.sh
authorMichał Kępień <michal@isc.org>
Thu, 28 Feb 2019 12:15:13 +0000 (13:15 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 28 Feb 2019 12:17:01 +0000 (13:17 +0100)
commit6602848460f6815434acbdee6a2c569079ddf0ad
tree4e966d84f43bc4de062365bb256d51cae026f1f7
parentd571b3346818dd28bfca1528449e16bee86bb3cc
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.
bin/tests/system/ttl/clean.sh