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