mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-23 18:04:10 -05:00
Affected unit tests load testdata from the srcdir. Previously, there was a kludge that chdir()ed to the tests srcdir, but that get removed during refactoring. Instead of introducing the kludge again, the paths were fixed to be properly prefixed with TESTS_DIR as needed.
10 lines
276 B
Text
10 lines
276 B
Text
$TTL 1000
|
|
@ in soa localhost. postmaster.localhost. (
|
|
1993050801 ;serial
|
|
3600 ;refresh
|
|
1800 ;retry
|
|
604800 ;expiration
|
|
3600 ) ;minimum
|
|
|
|
$INCLUDE "@TOP_SRCDIR@/testkeys/Kexample.+008+20386.key";
|
|
$INCLUDE "@TOP_SRCDIR@/testkeys/Kexample.+008+37464.key";
|