From 6602848460f6815434acbdee6a2c569079ddf0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Thu, 28 Feb 2019 13:15:13 +0100 Subject: [PATCH] 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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/tests/system/ttl/clean.sh b/bin/tests/system/ttl/clean.sh index 70b2dca3d8..443b841ea8 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