]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.18] chg: test: Use "digit" class instead of character range in rndc_dumpdb()
authorMichal Nowak <mnowak@isc.org>
Mon, 2 Jun 2025 12:02:08 +0000 (12:02 +0000)
committerMichal Nowak <mnowak@isc.org>
Mon, 2 Jun 2025 12:02:08 +0000 (12:02 +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.18' into 'bind-9.18'

See merge request isc-projects/bind9!10533


Trivial merge