]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] chg: test: Use "digit" class instead of character range in rndc_dumpdb()
authorMichal Nowak <mnowak@isc.org>
Mon, 2 Jun 2025 11:40:39 +0000 (11:40 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 2 Jun 2025 11:40:39 +0000 (11:40 +0000)
The tr range did not work on Solaris 11.4. Let's use a class that is
defined in POSIX.

Closes #5326

Backport of MR !10530

Merge branch 'backport-5326-make-rndc_dumpdb-work-on-solaris-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!10532


Trivial merge