bind9/bin
Michał Kępień 3b7bc3421c Simplify trailing period handling in system tests
Windows systems do not allow a trailing period in file names while Unix
systems do.  When BIND system tests are run, the $TP environment
variable is set to an empty string on Windows systems and to "." on Unix
systems.  This environment variable is then used by system test scripts
for handling this discrepancy properly.

In multiple system test scripts, a variable holding a zone name is set
to a string with a trailing period while the names of the zone's
corresponding dlvset-* and/or dsset-* files are determined using
numerous sed invocations like the following one:

    dlvsets="$dlvsets dlvset-`echo $zone |sed -e "s/.$//g"`$TP"

In order to improve code readability, use zone names without trailing
periods and replace sed invocations with variable substitutions.

To retain local consistency, also remove the trailing period from
certain other zone names used in system tests that are not subsequently
processed using sed.

(cherry picked from commit da2c1b74ad)
2019-04-26 20:38:29 +02:00
..
check Add -c to usage message for named-checkconf 2019-03-05 16:52:49 -08:00
confgen prep 9.13.6 2019-02-06 22:13:05 +00:00
delv prep 9.13.6 2019-02-06 22:13:05 +00:00
dig silence clang 2019-02-18 17:40:56 -05:00
dnssec doc rebuild 2019-04-25 17:01:11 +02:00
named conditionally include <dlfcn.h> 2019-04-24 09:31:04 +10:00
nsupdate Make nsupdate use OS-supplied ephemeral port range 2019-03-06 14:03:36 +01:00
pkcs11 prep 9.13.6 2019-02-06 22:13:05 +00:00
plugins associate a lock with the memory pool in the filter-aaaa plugin 2019-04-26 00:32:55 -07:00
python explicitly convert byte to string 2019-03-06 20:41:09 -08:00
rndc prep 9.13.6 2019-02-06 22:13:05 +00:00
tests Simplify trailing period handling in system tests 2019-04-26 20:38:29 +02:00
tools Make lib/dns/dnstap.pb-c.h private header 2019-03-22 12:07:31 +01:00
win32/BINDInstall Bump Windows minimum target environment to _WIN32_WINNT_WIN8/NTDDI_WIN8 values 2019-01-30 09:37:38 +01:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00