18 lines
491 B
Bash
18 lines
491 B
Bash
# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Clean up after rpz tests.
|
|
|
|
rm -f dig.out.*
|
|
rm -f ns*/named.lock
|
|
rm -f ns*/named.memstats
|
|
rm -f ns*/named.run
|
|
rm -f ns2/*.local
|
|
rm -f ns2/*.queries
|
|
rm -f ns2/named.[0-9]*.conf
|
|
rm -f ns2/named.conf
|
|
rm -f ns3/named.conf
|