From af903e500837935832e89e851f14cd4d51bcedf5 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sat, 18 Dec 2010 02:12:44 +0000 Subject: [PATCH] Added files to clean.sh scripts that have been left around after tests run. Skipping the ticket/review steps because the change is trivial. --- bin/tests/system/autosign/clean.sh | 5 ++++- bin/tests/system/dlzexternal/clean.sh | 1 + bin/tests/system/dns64/clean.sh | 4 +++- bin/tests/system/dnssec/clean.sh | 5 ++++- bin/tests/system/resolver/clean.sh | 6 ++++-- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/bin/tests/system/autosign/clean.sh b/bin/tests/system/autosign/clean.sh index f1b26dca42..49eda70256 100644 --- a/bin/tests/system/autosign/clean.sh +++ b/bin/tests/system/autosign/clean.sh @@ -14,7 +14,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.6 2010/05/19 07:45:38 marka Exp $ +# $Id: clean.sh,v 1.7 2010/12/18 02:12:43 each Exp $ rm -f */K* */dsset-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk rm -f active.key inact.key del.key unpub.key standby.key rev.key @@ -42,3 +42,6 @@ rm -f ns3/secure.example.db rm -f ns3/secure.nsec3.example.db rm -f ns3/secure.optout.example.db rm -f ns3/secure-to-insecure.example.db +rm -f ns3/prepub.example.db +rm -f ns3/prepub.example.db.in +rm -f ns3/secure-to-insecure2.example.db diff --git a/bin/tests/system/dlzexternal/clean.sh b/bin/tests/system/dlzexternal/clean.sh index 07f00e002c..648dbcd739 100644 --- a/bin/tests/system/dlzexternal/clean.sh +++ b/bin/tests/system/dlzexternal/clean.sh @@ -6,3 +6,4 @@ rm -f ns1/update.txt rm -f */named.memstats rm -f ns1/ddns.key +rm -f random.data diff --git a/bin/tests/system/dns64/clean.sh b/bin/tests/system/dns64/clean.sh index 73197d5066..a073dbce42 100644 --- a/bin/tests/system/dns64/clean.sh +++ b/bin/tests/system/dns64/clean.sh @@ -14,9 +14,11 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.3 2010/12/08 23:51:55 tbox Exp $ +# $Id: clean.sh,v 1.4 2010/12/18 02:12:43 each Exp $ rm -f ns1/K* rm -f ns1/signed.db* rm -f ns1/dsset-signed. +rm -f */named.memstats +rm -f dig.out.* random.data diff --git a/bin/tests/system/dnssec/clean.sh b/bin/tests/system/dnssec/clean.sh index 1894126ae2..9975ce7572 100644 --- a/bin/tests/system/dnssec/clean.sh +++ b/bin/tests/system/dnssec/clean.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.30 2010/09/07 00:58:35 marka Exp $ +# $Id: clean.sh,v 1.31 2010/12/18 02:12:44 each Exp $ rm -f */K* */keyset-* */dsset-* */dlvset-* */signedkey-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk rm -f ns1/root.db ns2/example.db ns3/secure.example.db @@ -42,3 +42,6 @@ rm -f ns3/secure.optout.example.db rm -f */named.secroots rm -f ns1/managed.key.id rm -f signer/example.db +rm -f ns2/algroll.db +rm -f ns3/kskonly.example.db + diff --git a/bin/tests/system/resolver/clean.sh b/bin/tests/system/resolver/clean.sh index fca0caa584..15bdf5407f 100644 --- a/bin/tests/system/resolver/clean.sh +++ b/bin/tests/system/resolver/clean.sh @@ -14,12 +14,14 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.5 2010/11/17 23:47:08 tbox Exp $ +# $Id: clean.sh,v 1.6 2010/12/18 02:12:44 each Exp $ # # Clean up after resolver tests. # rm -f */named.memstats -rm -f dig.out +rm -f dig.out dig.*.out.* rm -f ns6/K* rm -f ns6/example.net.db.signed ns6/example.net.db +rm -f ns6/dsset-example.net. ns6/example.net.db.signed.jnl +rm -f random.data