diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-11-15 21:13:31 -0700 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-11-15 21:13:31 -0700 |
commit | 14844197c23f37b19e272cb34cb6f0f862598d36 (patch) | |
tree | d12bb00afd217ab6cfcc1aa9d2754ef8a693f69b /bin/tests/system/xfer/clean.sh | |
parent | 10df5197b0b46b9f8e34b3855e9373c00c63b5a9 (diff) | |
download | bind9-14844197c23f37b19e272cb34cb6f0f862598d36.tar.gz |
9.5.0a7
Diffstat (limited to 'bin/tests/system/xfer/clean.sh')
-rw-r--r-- | bin/tests/system/xfer/clean.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tests/system/xfer/clean.sh b/bin/tests/system/xfer/clean.sh index 1df49c13..132530a6 100644 --- a/bin/tests/system/xfer/clean.sh +++ b/bin/tests/system/xfer/clean.sh @@ -15,7 +15,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -# $Id: clean.sh,v 1.13 2007/06/19 23:47:07 tbox Exp $ +# $Id: clean.sh,v 1.14 2007/09/26 03:22:44 marka Exp $ # # Clean up after zone transfer tests. @@ -24,3 +24,4 @@ rm -f dig.out.ns2 dig.out.ns3 rm -f ns2/example.db ns2/tsigzone.db ns2/example.db.jnl rm -f ns3/example.bk ns3/tsigzone.bk ns3/example.bk.jnl +rm -f */named.memstats |