Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
BIND
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
580
Issues
580
List
Boards
Labels
Service Desk
Milestones
Merge Requests
110
Merge Requests
110
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
BIND
Commits
ecfedec0
Commit
ecfedec0
authored
Dec 16, 2015
by
Mark Andrews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perform a more complete cleanup after running system tests [rt41255]
parent
ea2ea091
Changes
44
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
95 additions
and
10 deletions
+95
-10
bin/tests/system/acl/clean.sh
bin/tests/system/acl/clean.sh
+1
-2
bin/tests/system/addzone/clean.sh
bin/tests/system/addzone/clean.sh
+1
-0
bin/tests/system/allow_query/clean.sh
bin/tests/system/allow_query/clean.sh
+1
-0
bin/tests/system/autosign/clean.sh
bin/tests/system/autosign/clean.sh
+1
-0
bin/tests/system/cacheclean/clean.sh
bin/tests/system/cacheclean/clean.sh
+1
-0
bin/tests/system/case/clean.sh
bin/tests/system/case/clean.sh
+2
-0
bin/tests/system/checknames/clean.sh
bin/tests/system/checknames/clean.sh
+1
-0
bin/tests/system/clean.sh
bin/tests/system/clean.sh
+31
-0
bin/tests/system/cookie/clean.sh
bin/tests/system/cookie/clean.sh
+2
-0
bin/tests/system/dlzexternal/clean.sh
bin/tests/system/dlzexternal/clean.sh
+2
-0
bin/tests/system/dname/clean.sh
bin/tests/system/dname/clean.sh
+1
-0
bin/tests/system/dns64/clean.sh
bin/tests/system/dns64/clean.sh
+1
-0
bin/tests/system/dscp/clean.sh
bin/tests/system/dscp/clean.sh
+2
-0
bin/tests/system/ednscompliance/clean.sh
bin/tests/system/ednscompliance/clean.sh
+2
-0
bin/tests/system/emptyzones/clean.sh
bin/tests/system/emptyzones/clean.sh
+2
-0
bin/tests/system/fetchlimit/clean.sh
bin/tests/system/fetchlimit/clean.sh
+1
-1
bin/tests/system/formerr/clean.sh
bin/tests/system/formerr/clean.sh
+2
-0
bin/tests/system/forward/clean.sh
bin/tests/system/forward/clean.sh
+1
-0
bin/tests/system/glue/clean.sh
bin/tests/system/glue/clean.sh
+1
-0
bin/tests/system/ixfr/clean.sh
bin/tests/system/ixfr/clean.sh
+2
-0
bin/tests/system/limits/clean.sh
bin/tests/system/limits/clean.sh
+1
-0
bin/tests/system/lwresd/clean.sh
bin/tests/system/lwresd/clean.sh
+2
-0
bin/tests/system/masterfile/clean.sh
bin/tests/system/masterfile/clean.sh
+1
-0
bin/tests/system/masterformat/clean.sh
bin/tests/system/masterformat/clean.sh
+1
-0
bin/tests/system/names/clean.sh
bin/tests/system/names/clean.sh
+1
-0
bin/tests/system/notify/clean.sh
bin/tests/system/notify/clean.sh
+1
-0
bin/tests/system/nslookup/clean.sh
bin/tests/system/nslookup/clean.sh
+2
-0
bin/tests/system/nsupdate/clean.sh
bin/tests/system/nsupdate/clean.sh
+1
-0
bin/tests/system/redirect/clean.sh
bin/tests/system/redirect/clean.sh
+1
-0
bin/tests/system/resolver/clean.sh
bin/tests/system/resolver/clean.sh
+2
-0
bin/tests/system/run.sh
bin/tests/system/run.sh
+10
-6
bin/tests/system/runall.sh
bin/tests/system/runall.sh
+1
-1
bin/tests/system/sfcache/clean.sh
bin/tests/system/sfcache/clean.sh
+1
-0
bin/tests/system/sortlist/clean.sh
bin/tests/system/sortlist/clean.sh
+1
-0
bin/tests/system/statistics/clean.sh
bin/tests/system/statistics/clean.sh
+1
-0
bin/tests/system/stub/clean.sh
bin/tests/system/stub/clean.sh
+1
-0
bin/tests/system/tkey/clean.sh
bin/tests/system/tkey/clean.sh
+1
-0
bin/tests/system/tsiggss/clean.sh
bin/tests/system/tsiggss/clean.sh
+1
-0
bin/tests/system/unknown/clean.sh
bin/tests/system/unknown/clean.sh
+1
-0
bin/tests/system/upforwd/clean.sh
bin/tests/system/upforwd/clean.sh
+2
-0
bin/tests/system/views/clean.sh
bin/tests/system/views/clean.sh
+1
-0
bin/tests/system/xferquota/clean.sh
bin/tests/system/xferquota/clean.sh
+1
-0
bin/tests/system/zero/clean.sh
bin/tests/system/zero/clean.sh
+1
-0
bin/tests/system/zonechecks/clean.sh
bin/tests/system/zonechecks/clean.sh
+1
-0
No files found.
bin/tests/system/acl/clean.sh
View file @
ecfedec0
...
...
@@ -14,8 +14,6 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: clean.sh,v 1.3 2008/01/10 23:47:01 tbox Exp $
#
# Clean up after zone transfer tests.
#
...
...
@@ -23,4 +21,5 @@
rm
-f
dig.out.
*
rm
-f
ns2/example.db ns2/tsigzone.db ns2/example.db.jnl ns2/named.conf
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/addzone/clean.sh
View file @
ecfedec0
...
...
@@ -26,4 +26,5 @@ rm -f ns2/inline.db.jbk
rm
-f
ns2/inline.db.signed
rm
-f
ns2/inlineslave.bk
*
rm
-f
ns
*
/named.lock
rm
-f
ns
*
/named.run
rm
-f
ns2/nzf-
*
bin/tests/system/allow_query/clean.sh
View file @
ecfedec0
...
...
@@ -24,3 +24,4 @@ rm -f dig.out.*
rm
-f
ns2/named.conf
rm
-f
*
/named.memstats
rm
-f
ns
*
/named.lock
rm
-f
ns
*
/named.run
bin/tests/system/autosign/clean.sh
View file @
ecfedec0
...
...
@@ -18,6 +18,7 @@ rm -f */K* */dsset-* */*.signed */trusted.conf */tmp* */*.jnl */*.bk
rm
-f
*
/core
rm
-f
*
/example.bk
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
activate-now-publish-1day.key
rm
-f
active.key inact.key del.key unpub.key standby.key rev.key
rm
-f
sync.key
...
...
bin/tests/system/cacheclean/clean.sh
View file @
ecfedec0
...
...
@@ -24,5 +24,6 @@
rm
-f
dig.out.ns2
rm
-f
dig.out.expire
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns2/named_dump.db
rm
-f
ns
*
/named.lock
bin/tests/system/case/clean.sh
View file @
ecfedec0
...
...
@@ -16,6 +16,8 @@
rm
-f
dig.ns
*
.test
*
rm
-f
ns
*
/named.lock
rm
-f
ns
*
/named.memstats
rm
-f
ns
*
/named.run
rm
-f
ns1/dynamic.db
rm
-f
ns1/dynamic.db.jnl
rm
-f
ns2/dynamic.bk
...
...
bin/tests/system/checknames/clean.sh
View file @
ecfedec0
...
...
@@ -24,4 +24,5 @@ rm -f ns1/*.update.db.jnl
rm
-f
ns4/
*
.update.db
rm
-f
ns4/
*
.update.db.jnl
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/clean.sh
0 → 100644
View file @
ecfedec0
#!/bin/sh
#
# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
#
# Clean up after a specified system test.
#
SYSTEMTESTTOP
=
.
.
$SYSTEMTESTTOP
/conf.sh
test
$#
-gt
0
||
{
echo
"usage:
$0
test-directory"
>
&2
;
exit
1
;
}
test
=
$1
shift
if
test
-f
$test
/clean.sh
;
then
(
cd
$test
&&
$SHELL
clean.sh
"
$@
"
)
fi
bin/tests/system/cookie/clean.sh
View file @
ecfedec0
...
...
@@ -14,4 +14,6 @@
rm
-f
dig.out.
*
rm
-f
ns1/named_dump.db
rm
-f
ns
*
/named.memstats
rm
-f
ns
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/dlzexternal/clean.sh
View file @
ecfedec0
...
...
@@ -20,7 +20,9 @@
rm
-f
ns1/update.txt
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns1/ddns.key
rm
-f
dig.out
*
rm
-f
ns
*
/named.lock
rm
-f
ns1/session.key
rm
-f
ns1/named.conf
bin/tests/system/dname/clean.sh
View file @
ecfedec0
...
...
@@ -20,5 +20,6 @@
# Clean up after resolver tests.
#
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
dig.out.
*
rm
-f
ns
*
/named.lock
bin/tests/system/dns64/clean.sh
View file @
ecfedec0
...
...
@@ -18,5 +18,6 @@ rm -f ns1/K*
rm
-f
ns1/signed.db
*
rm
-f
ns1/dsset-signed.
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
dig.out.
*
rm
-f
ns
*
/named.lock
bin/tests/system/dscp/clean.sh
View file @
ecfedec0
...
...
@@ -14,4 +14,6 @@
rm
-f
*
/root.bk
rm
-f
dig.out.10.53.0.?
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/ednscompliance/clean.sh
View file @
ecfedec0
...
...
@@ -16,3 +16,5 @@
rm
-f
dig.out
*
rm
-f
ns
*
/named.lock
rm
-f
ns
*
/named.run
rm
-f
ns
*
/named.memstats
bin/tests/system/emptyzones/clean.sh
View file @
ecfedec0
...
...
@@ -14,4 +14,6 @@
rm
-f
ns1/named.conf
rm
-f
ns
*
/named.lock
rm
-f
ns
*
/named.run
rm
-f
ns
*
/named.memstats
rm
-f
dig.out.test
*
bin/tests/system/fetchlimit/clean.sh
View file @
ecfedec0
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
rm
-f
*
/named.memstats
*
/ans.run
*
/named.recursing
rm
-f
*
/named.memstats
*
/ans.run
*
/named.recursing
*
/named.run
rm
-f
dig.out
*
rm
-f
ans4/norespond
rm
-f
ns3/named.conf ns3/named.stats ns3/named_dump.db
...
...
bin/tests/system/formerr/clean.sh
View file @
ecfedec0
...
...
@@ -16,3 +16,5 @@ rm -f nametoolong.out
rm
-f
twoquestions.out
rm
-f
noquestions.out
rm
-f
ns
*
/named.lock
rm
-f
ns
*
/named.run
rm
-f
ns
*
/named.memstats
bin/tests/system/forward/clean.sh
View file @
ecfedec0
...
...
@@ -20,4 +20,5 @@
#
rm
-f
dig.out.
*
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/glue/clean.sh
View file @
ecfedec0
...
...
@@ -23,4 +23,5 @@
rm
-f
dig.out ns1/cache
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/ixfr/clean.sh
View file @
ecfedec0
...
...
@@ -21,6 +21,8 @@ rm -f ns1/named.conf ns1/myftp.db
rm
-f
ns3/
*
.jnl ns3/mytest.db ns3/subtest.db
rm
-f
ns4/
*
.jnl ns4/
*
.db
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
*
/ans.run
rm
-f
dig.out dig.out1 dig.out2 dig.out3
rm
-f
ns3/large.db
rm
-f
ns
*
/named.lock
bin/tests/system/limits/clean.sh
View file @
ecfedec0
...
...
@@ -22,4 +22,5 @@
#
rm
-f
dig.out.
*
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/lwresd/clean.sh
View file @
ecfedec0
...
...
@@ -18,7 +18,9 @@
# Clean up after lwresd tests.
#
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
dig.out
rm
-f
lwresd1/lwresd.run.resolv
rm
-f
ns
*
/named.lock
rm
-f
lwresd
*
/lwresd.lock
rm
-f
lwresd
*
/lwresd.run
bin/tests/system/masterfile/clean.sh
View file @
ecfedec0
...
...
@@ -19,5 +19,6 @@
rm
-f
dig.out.
*
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
rm
-f
checkzone.out
*
bin/tests/system/masterformat/clean.sh
View file @
ecfedec0
...
...
@@ -24,6 +24,7 @@ rm -f ns1/session.key
rm
-f
dig.out.
*
rm
-f
dig.out
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns2/example.db
rm
-f
ns2/transfer.db.
*
rm
-f
ns2/formerly-text.db
...
...
bin/tests/system/names/clean.sh
View file @
ecfedec0
...
...
@@ -17,4 +17,5 @@
rm
-f
dig.
*
.test
*
rm
-f
ns
*
/named.lock
rm
-f
ns
*
/named.memstats
rm
-f
ns
*
/named.run
rm
-f
ns
*
/named.pid
bin/tests/system/notify/clean.sh
View file @
ecfedec0
...
...
@@ -20,6 +20,7 @@
#
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
dig.out.?.ns5.test
*
rm
-f
dig.out.ns2.test
*
rm
-f
dig.out.ns3.test
*
...
...
bin/tests/system/nslookup/clean.sh
View file @
ecfedec0
...
...
@@ -15,3 +15,5 @@
rm
-f
ns1/example.db
rm
-f
nslookup.out
*
rm
-f
ns
*
/named.lock
rm
-f
ns
*
/named.memstats
rm
-f
ns
*
/named.run
bin/tests/system/nsupdate/clean.sh
View file @
ecfedec0
...
...
@@ -27,6 +27,7 @@ rm -f nsupdate.out
rm
-f
ns2/example.bk
rm
-f
ns2/update.bk ns2/update.alt.bk
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
nsupdate.out
*
rm
-f
ns3/example.db.jnl ns3/example.db
rm
-f
ns3/nsec3param.test.db.signed.jnl ns3/nsec3param.test.db ns3/nsec3param.test.db.signed ns3/dsset-nsec3param.test.
...
...
bin/tests/system/redirect/clean.sh
View file @
ecfedec0
...
...
@@ -16,6 +16,7 @@
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
*
/named.stats
rm
-f
dig.out.
*
rm
-f
ns
*
/named.lock
rm
-f
ns1/K
*
...
...
bin/tests/system/resolver/clean.sh
View file @
ecfedec0
...
...
@@ -18,6 +18,8 @@
# Clean up after resolver tests.
#
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
*
/ans.run
rm
-f
*
/
*
.jdb
rm
-f
dig.out dig.out.
*
rm
-f
dig.
*
.out.
*
...
...
bin/tests/system/run.sh
View file @
ecfedec0
...
...
@@ -23,12 +23,14 @@ SYSTEMTESTTOP=.
.
$SYSTEMTESTTOP
/conf.sh
stopservers
=
true
clean
=
true
case
$1
in
--keep
)
stopservers
=
false
;
shift
;;
--keep
|
-k
)
stopservers
=
false
;
shift
;;
--noclean
|
-n
)
clean
=
false
;
shift
;;
esac
test
$#
-gt
0
||
{
echo
"usage:
$0
[--keep] test-directory"
>
&2
;
exit
1
;
}
test
$#
-gt
0
||
{
echo
"usage:
$0
[--keep
|--noclean
] test-directory"
>
&2
;
exit
1
;
}
test
=
$1
shift
...
...
@@ -113,11 +115,13 @@ if [ $status != 0 ]; then
else
echo
"R:PASS"
# Clean up.
rm
-f
$SYSTEMTESTTOP
/random.data
if
test
-f
$test
/clean.sh
if
$clean
then
(
cd
$test
&&
$SHELL
clean.sh
"
$@
"
)
rm
-f
$SYSTEMTESTTOP
/random.data
if
test
-f
$test
/clean.sh
then
(
cd
$test
&&
$SHELL
clean.sh
"
$@
"
)
fi
fi
fi
...
...
bin/tests/system/runall.sh
View file @
ecfedec0
...
...
@@ -27,7 +27,7 @@ status=0
{
for
d
in
$SUBDIRS
do
$SHELL
run.sh
$d
||
status
=
1
$SHELL
run.sh
"
${
@
}
"
$d
||
status
=
1
done
}
2>&1 |
tee
"systests.output"
...
...
bin/tests/system/sfcache/clean.sh
View file @
ecfedec0
...
...
@@ -18,6 +18,7 @@ rm -f */K*.key */K*.private */*.signed */*.db */dsset-*
rm
-f
*
/managed.conf
*
/trusted.conf
rm
-f
random.data
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
dig.
*
rm
-f
sfcache.
*
rm
-f
ns
*
/named.lock
bin/tests/system/sortlist/clean.sh
View file @
ecfedec0
...
...
@@ -19,4 +19,5 @@
rm
-f
*
.dig
*
.good
*
.out
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/statistics/clean.sh
View file @
ecfedec0
...
...
@@ -24,6 +24,7 @@ rm -f ns3/example.bk
rm
-f
ns3/internal.bk
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
*
/ans.run
rm
-f
*
/named.stats
rm
-f
dig.out
*
rm
-f
curl.out.
*
...
...
bin/tests/system/stub/clean.sh
View file @
ecfedec0
...
...
@@ -22,4 +22,5 @@
#
rm
-f
dig.out.ns3 ns3/child.example.st
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/tkey/clean.sh
View file @
ecfedec0
...
...
@@ -18,5 +18,6 @@
rm
-f
dig.out.
*
rndc.out.
*
ns1/named.conf
rm
-f
K
*
ns1/K
*
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns1/_default.tsigkeys
rm
-f
ns
*
/named.lock
bin/tests/system/tsiggss/clean.sh
View file @
ecfedec0
...
...
@@ -22,6 +22,7 @@ rm -f ns1/*.jnl ns1/update.txt ns1/auth.sock
rm
-f
ns1/
*
.db ns1/K
*
.key ns1/K
*
.private
rm
-f
ns1/_default.tsigkeys
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
authsock.pid
rm
-f
ns1/core
rm
-f
nsupdate.out
...
...
bin/tests/system/unknown/clean.sh
View file @
ecfedec0
...
...
@@ -19,6 +19,7 @@
rm
-f
dig.out check.out
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
*
/
*
.bk
rm
-f
*
/
*
.bk.
*
rm
-f
ns3/Kexample.
*
...
...
bin/tests/system/upforwd/clean.sh
View file @
ecfedec0
...
...
@@ -25,6 +25,8 @@ rm -f dig.out.ns1* dig.out.ns2 dig.out.ns1 dig.out.ns3 dig.out.ns1.after
rm
-f
ns1/
*
.jnl ns2/
*
.jnl ns3/
*
.jnl ns1/example.db ns2/
*
.bk ns3/
*
.bk
rm
-f
ns3/nomaster1.db
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
*
/ans.run
rm
-f
Ksig0.example2.
*
rm
-f
keyname
rm
-f
ns
*
/named.lock
...
...
bin/tests/system/views/clean.sh
View file @
ecfedec0
...
...
@@ -25,6 +25,7 @@ rm -f ns3/example.bk dig.out.ns?.?
rm
-f
ns2/named.conf ns2/example.db ns3/named.conf ns3/internal.bk
rm
-f
*
/
*
.jnl
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns2/external/K
*
rm
-f
ns2/external/inline.db.jbk
rm
-f
ns2/external/inline.db.signed
...
...
bin/tests/system/xferquota/clean.sh
View file @
ecfedec0
...
...
@@ -26,4 +26,5 @@ rm -f ns2/zone*.example.bk ns2/zones.conf
rm
-f
dig.out.
*
ns2/changing.bk
rm
-f
ns1/changing.db
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
ns
*
/named.lock
bin/tests/system/zero/clean.sh
View file @
ecfedec0
...
...
@@ -13,6 +13,7 @@
# PERFORMANCE OF THIS SOFTWARE.
rm
-f
*
/named.run
rm
-f
*
/named.memstats
rm
-f
ns2/example.db
rm
-f
ns4/example.bk
rm
-f
dig.out
*
...
...
bin/tests/system/zonechecks/clean.sh
View file @
ecfedec0
...
...
@@ -16,6 +16,7 @@
rm
-f
*
.out
rm
-f
*
/named.memstats
rm
-f
*
/named.run
rm
-f
*
/
*
.db
*
/
*
.db.signed
*
/K
*
.key
*
/K
*
.private
*
/
*
.jnl
*
/dsset-
*
rm
-f
rndc.out.
*
rm
-f
ns
*
/named.lock
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment