bind9/bin/tests/system/upforwd
Tom Krizek 05baf7206b
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).
2023-07-14 15:49:18 +02:00
..
ans4 Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
CA Add new upforwd system test 2022-10-27 12:22:23 +02:00
ns1 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
ns2 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
ns3 explicitly set dnssec-validation in system tests 2023-06-26 13:41:56 -07:00
clean.sh test failure conditions 2023-01-12 11:52:48 +01:00
knowngood.after1 542. [func] Add allow-update-forwarding support. 2000-11-06 08:33:10 +00:00
knowngood.after1.example3 Add new upforwd system test 2022-10-27 12:22:23 +02:00
knowngood.after2 Test dynamic update forwarding when using a TLS-enabled primary 2022-09-28 09:36:24 +00:00
knowngood.after3 Test dynamic update forwarding when using a TLS-enabled primary 2022-09-28 09:36:24 +00:00
knowngood.before 542. [func] Add allow-update-forwarding support. 2000-11-06 08:33:10 +00:00
knowngood.before.example3 Add new upforwd system test 2022-10-27 12:22:23 +02:00
knowngood.ns2.before checkpoint 2000-09-08 06:27:35 +00:00
setup.sh upforwd: use FIPS compatible key size 2023-04-03 12:44:27 +10:00
tests.sh Use $(...) notation for subshells in system tests 2023-07-14 15:49:18 +02:00
tests_sh_upforwd.py Add pytest functions for shell system tests 2023-05-22 14:11:39 +02:00