bind9/bin/tests/system/digdelv
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
..
ans4 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans5 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans6 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans7 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ans8 Auto-format Python files with black 2022-06-08 13:18:27 +02:00
ns1 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ns2 Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
ns3 remove nonfunctional DSCP implementation 2023-01-09 14:23:26 -08:00
clean.sh Add digdelv system test to check timed-out result followed by a SERVFAIL 2022-03-18 08:29:13 +00:00
setup.sh Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests.sh Use $(...) notation for subshells in system tests 2023-07-17 15:30:14 +02:00
tests_sh_digdelv.py Add pytest functions for shell system tests 2023-05-23 16:55:26 +02:00
yamlget.py Drop flake8 ignore lists 2022-10-05 18:06:38 +02:00