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.
This commit is contained in:
Michał Kępień
2019-02-28 13:15:13 +01:00
parent d571b33468
commit 6602848460

View File

@@ -1,7 +1,5 @@
#!/bin/sh
. $SYSTEMTESTTOP/conf.sh
rm -f ./dig.out.*
rm -f ./*/named.conf
rm -f ./*/named.memstats