Files
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
..
2022-06-08 10:28:08 +02:00
2023-03-28 12:41:32 -07:00
2023-03-28 12:41:32 -07:00
2022-10-05 17:56:24 +02:00