Files
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
..
2022-10-27 12:22:23 +02:00
2023-01-12 11:52:48 +01:00
2023-04-03 12:44:27 +10:00