From 7da47fd858a6b97ac4eb80db8cb161780c218b97 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 15 Aug 2023 10:26:29 +1000 Subject: [PATCH] Remove bind9.xsl.1, bind9.xsl.2 and bind9.xsl.3 --- bin/tests/system/statschannel/clean.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/statschannel/clean.sh b/bin/tests/system/statschannel/clean.sh index 2ad31ea14d..b0ab571b24 100644 --- a/bin/tests/system/statschannel/clean.sh +++ b/bin/tests/system/statschannel/clean.sh @@ -11,8 +11,11 @@ # See the COPYRIGHT file distributed with this work for additional # information regarding copyright ownership. +rm -f ./Kdnssec* +rm -f bind9.xsl.1 bind9.xsl.2 bind9.xsl.3 rm -f compressed.headers regular.headers compressed.out regular.out rm -f dig.out* +rm -f nc.out* curl.out* header.in* rm -f ns*/managed-keys.bind* rm -f ns*/named.conf rm -f ns*/named.lock @@ -30,5 +33,3 @@ rm -f xml.*mem json.*mem rm -f xml.*stats json.*stats rm -f zones zones.out.* zones.json.* zones.xml.* zones.expect.* rm -rf ./__pycache__ -rm -f ./Kdnssec* -rm -f nc.out* curl.out* header.in*