]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make "digdelv" system test work with BusyBox sed
authorMichał Kępień <michal@isc.org>
Tue, 30 Jul 2019 19:08:40 +0000 (21:08 +0200)
committerMichał Kępień <michal@isc.org>
Tue, 30 Jul 2019 19:25:47 +0000 (21:25 +0200)
commitfe7dec851b41293e861c0fd2b5867b18e1141dc8
treec65669a6f3db0387b32878be3fd4a949e5ad9d0f
parentfdd926d7cbca53ae91ae2f83ec5690eb2be2ea23
Make "digdelv" system test work with BusyBox sed

The BusyBox version of sed treats leading '\+' in a regular expression
to be matched as a syntax error ("Repetition not preceded by valid
expression"), which triggers false positives for the "digdelv" system
test.  Make the relevant sed invocations work portably across all sed
implementations by removing the leading backslash.

(cherry picked from commit 266e3ed52a4bcda2a8e7815ffbbbe166516ec194)
bin/tests/system/digdelv/tests.sh