Skip to content

Commit 0eb89e1

Browse files
committed
- Fix note in ixfrout_deldomain test.
1 parent b336c92 commit 0eb89e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/ChangeLog

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Test for the multiple transfer failure, xfr_over_notify.
55
- Fix read of ixfr file with rdata subdomain.
66
- Test for the ixfr rdata subdomain, ixfrout_deldomain.
7+
- Fix note in ixfrout_deldomain test.
78

89
25 March 2025: Wouter
910
- Fix to please sanitizer for ixfr store of data in cancelled state.

tpkg/ixfrout_deldomain.tdir/ixfrout_deldomain.test

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[ -f .tpkg.var.test ] && source .tpkg.var.test
66
. ../common.sh
77

8-
# At the start the serial is 1.
8+
# See if the server is running.
99
dig -4 @127.0.0.1 -p $NSD_PORT example.com SOA | tee output
1010
if grep "3 3600" output; then
1111
echo "OK"

0 commit comments

Comments
 (0)