From dbbf071676bafbd12fc7c0307f909b6ba55c634f Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Fri, 28 Jul 2000 00:38:08 +0000 Subject: [PATCH] ignore and clean up the dig.out.ns1.after file --- bin/tests/system/nsupdate/.cvsignore | 1 + bin/tests/system/nsupdate/clean.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/nsupdate/.cvsignore b/bin/tests/system/nsupdate/.cvsignore index 36187a702e..11f3fa976e 100644 --- a/bin/tests/system/nsupdate/.cvsignore +++ b/bin/tests/system/nsupdate/.cvsignore @@ -1,2 +1,3 @@ dig.out.ns1 dig.out.ns2 +dig.out.ns1.after diff --git a/bin/tests/system/nsupdate/clean.sh b/bin/tests/system/nsupdate/clean.sh index acac6577ee..98d966add3 100644 --- a/bin/tests/system/nsupdate/clean.sh +++ b/bin/tests/system/nsupdate/clean.sh @@ -15,13 +15,13 @@ # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.3 2000/07/27 09:40:29 tale Exp $ +# $Id: clean.sh,v 1.4 2000/07/28 00:38:08 bwelling Exp $ # # Clean up after zone transfer tests. # -rm -f dig.out.ns1 dig.out.ns2 ns1/*.jnl ns2/*.jnl ns1/*.db +rm -f dig.out.ns1 dig.out.ns2 dig.out.ns1.after ns1/*.jnl ns2/*.jnl ns1/*.db