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:
@@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
. $SYSTEMTESTTOP/conf.sh
|
|
||||||
|
|
||||||
rm -f ./dig.out.*
|
rm -f ./dig.out.*
|
||||||
rm -f ./*/named.conf
|
rm -f ./*/named.conf
|
||||||
rm -f ./*/named.memstats
|
rm -f ./*/named.memstats
|
||||||
|
|||||||
Reference in New Issue
Block a user