From 78baa4ccb8eaae13b43934ee4aae65bae369eb4e Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 6 Nov 2001 19:32:54 +0000 Subject: [PATCH] some files weren't being removed. --- bin/tests/system/dnssec/clean.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/dnssec/clean.sh b/bin/tests/system/dnssec/clean.sh index ddcc32b65e..2985f1699a 100644 --- a/bin/tests/system/dnssec/clean.sh +++ b/bin/tests/system/dnssec/clean.sh @@ -15,11 +15,11 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.10 2001/01/09 21:42:43 bwelling Exp $ +# $Id: clean.sh,v 1.11 2001/11/06 19:32:54 bwelling Exp $ -rm -f */K* */keyset-* */signedkey-* */*.signed */trusted.conf +rm -f */K* */keyset-* */signedkey-* */*.signed */trusted.conf */tmp* rm -f ns1/root.db ns2/example.db ns3/secure.example.db -rm -f ns3/unsecure.example.db ns3/bogus.example.db +rm -f ns3/unsecure.example.db ns3/bogus.example.db ns3/keyless.example.db rm -f dig.out.* rm -f random.data