diff options
Diffstat (limited to 'bin/tests/system/notify/clean.sh')
-rw-r--r-- | bin/tests/system/notify/clean.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/tests/system/notify/clean.sh b/bin/tests/system/notify/clean.sh index f4d143cd..64374d5a 100644 --- a/bin/tests/system/notify/clean.sh +++ b/bin/tests/system/notify/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any @@ -15,12 +15,12 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.12 2007-09-26 03:22:44 marka Exp $ +# $Id: clean.sh,v 1.14 2011-10-17 23:46:33 tbox Exp $ # # Clean up after zone transfer tests. # -rm -f ns3/example.bk dig.out.ns2 dig.out.ns3 +rm -f ns3/example.bk dig.out.ns2.test* dig.out.ns3.test* rm -f ns2/example.db rm -f */named.memstats |