From: Evan Hunt Date: Sat, 10 Mar 2018 21:04:31 +0000 (-0800) Subject: clean up dig.out files that were left behind after xfer test X-Git-Tag: v9.10.8rc1~51^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=806c0cbe9a146cb688740b985fda60b140de4c08;p=thirdparty%2Fbind9.git clean up dig.out files that were left behind after xfer test (cherry picked from commit 733086cc678148073c520bc87d1ba15e37537279) --- diff --git a/bin/tests/system/xfer/clean.sh b/bin/tests/system/xfer/clean.sh index d119276cbae..795935d2955 100644 --- a/bin/tests/system/xfer/clean.sh +++ b/bin/tests/system/xfer/clean.sh @@ -19,9 +19,7 @@ # Clean up after zone transfer tests. # -rm -f dig.out.ns1 dig.out.ns2 dig.out.ns3 dig.out.ns4 -rm -f dig.out.ns5 dig.out.ns6 dig.out.ns7 -rm -f dig.out.soa.ns3 +rm -f dig.out.* rm -f axfr.out rm -f ns1/slave.db ns2/slave.db rm -f ns2/example.db ns2/tsigzone.db ns2/example.db.jnl @@ -37,5 +35,4 @@ rm -f */named.run rm -f */ans.run rm -f ns2/mapped.db rm -f ns3/mapped.bk -rm -f dig.out.?.* rm -f ns1/ixfr-too-big.db ns1/ixfr-too-big.db.jnl