From 4fec24891dd14ab6a7f396f08068a1d2a20e3477 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Thu, 16 Nov 2000 00:20:22 +0000 Subject: [PATCH] some files weren't properly cleaned. --- bin/tests/system/upforwd/clean.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/upforwd/clean.sh b/bin/tests/system/upforwd/clean.sh index 4eba902185..bff9de0342 100644 --- a/bin/tests/system/upforwd/clean.sh +++ b/bin/tests/system/upforwd/clean.sh @@ -15,14 +15,14 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.2 2000/09/13 07:44:52 marka Exp $ +# $Id: clean.sh,v 1.3 2000/11/16 00:20:22 bwelling Exp $ # # Clean up after zone transfer tests. # -rm -f dig.out.ns1 dig.out.ns2 dig.out.ns1.after ns1/*.jnl ns2/*.jnl ns1/*.db -rm -f ns2/*.bk +rm -f dig.out.ns1 dig.out.ns2 dig.out.ns1 dig.out.ns3 dig.out.ns1.after +rm -f ns1/*.jnl ns2/*.jnl ns3/*.jnl ns1/*.db ns2/*.bk ns3/*.bk