bind9/bin/tests/system/xfer
Tom Krizek 59e5fa4217
Use $(...) notation for subshells in system tests
The changes were mostly done with sed:

find . -name '*.sh' | xargs sed -i 's/`\([^`]*\)`/$(\1)/g'

There have been a few manual changes where the regex wasn't sufficient
(e.g. backslashes inside the `...`) or wrong (`...` referring to docs or
in comments).

(manually picked from commit 05baf7206b)
2023-07-17 15:30:14 +02:00
..
ans5 system test 2021-05-13 03:36:50 +00:00
ns1 explicitly set dnssec-validation in system tests 2023-06-26 15:03:06 -07:00
ns2 explicitly set dnssec-validation in system tests 2023-06-26 15:03:06 -07:00
ns3 explicitly set dnssec-validation in system tests 2023-06-26 15:03:06 -07:00
ns4 Use DEFAULT_HMAC for rndc 2022-08-10 17:25:26 +10:00
ns6 explicitly set dnssec-validation in system tests 2023-06-26 15:03:06 -07:00
ns7 explicitly set dnssec-validation in system tests 2023-06-26 15:03:06 -07:00
ns8 explicitly set dnssec-validation in system tests 2023-06-26 15:03:06 -07:00
axfr-stats.good Add system tests for AXFR statistics 2019-01-31 16:55:01 -05:00
clean.sh Implement new checks for the xfer system test 2023-04-21 17:21:32 +02:00
dig1.good Parse and print HTTPS and SVCB records 2021-08-18 13:49:48 +10:00
dig2.good Parse and print HTTPS and SVCB records 2021-08-18 13:49:48 +10:00
dig3.good Add xfer system test case 2022-10-27 12:18:12 +02:00
knowngood.mapped 4321. [bug] Zones using mapped files containing out-of-zone data 2016-02-24 11:13:24 +11:00
prereq.sh Skip the xfer test when Net::DNS is too old 2022-09-14 11:49:43 +01:00
setup.sh Implement new checks for the xfer system test 2023-04-21 17:21:32 +02:00
tests.sh Use $(...) notation for subshells in system tests 2023-07-17 15:30:14 +02:00
tests_sh_xfer.py Add pytest functions for shell system tests 2023-05-23 16:55:26 +02:00