bind9/bin/tests/system/digdelv
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 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 10:28:08 +02:00
ns1 test "delv +ns" 2023-03-28 12:41:32 -07:00
ns2 check that delv handles REFUSED when chasing DS records 2023-02-07 10:41:21 +00:00
ns3 remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
clean.sh Remove trailing whitespace from all text files 2023-06-13 15:05:40 +02:00
setup.sh test "delv +ns" 2023-03-28 12:41:32 -07:00
tests.sh Use $(...) notation for subshells in system tests 2023-07-14 15:49:18 +02:00
tests_sh_digdelv.py Add pytest functions for shell system tests 2023-05-22 14:11:39 +02:00
yamlget.py Drop flake8 ignore lists 2022-10-05 17:56:24 +02:00