diff options
author | Stephen Morris <stephen@isc.org> | 2011-10-07 21:15:30 +0200 |
---|---|---|
committer | Stephen Morris <stephen@isc.org> | 2011-10-07 21:15:30 +0200 |
commit | 5f5d0ee169a33ed2edf6d80ed1c7f557b993eaf5 (patch) | |
tree | c61ae883a8510e1c30ce6525159f9b93d54c469d /tests/system/ixfr | |
parent | [1213] Add README files into empty directories (diff) | |
download | kea-5f5d0ee169a33ed2edf6d80ed1c7f557b993eaf5.tar.xz kea-5f5d0ee169a33ed2edf6d80ed1c7f557b993eaf5.zip |
[1213] Fix missed rename of zone file
Diffstat (limited to 'tests/system/ixfr')
-rw-r--r-- | tests/system/ixfr/in-2/tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/ixfr/in-2/tests.sh b/tests/system/ixfr/in-2/tests.sh index 8f6a3a0762..30dc199aac 100644 --- a/tests/system/ixfr/in-2/tests.sh +++ b/tests/system/ixfr/in-2/tests.sh @@ -29,7 +29,7 @@ # On entry, the IXFR server is at version N-6. The common tests assume that # it is an N-4, so update it. echo "I:updating IXFR-server $SERVER_NAME to suitable start version" -update_server_zone $SERVER_NAME $SERVER_IP $IXFR_TOP/largezone_n-4.db +update_server_zone $SERVER_NAME $SERVER_IP $IXFR_TOP/db.example.n4 status=$? # The pre-requisites for this test are the same as for the common tests, so |