From: Peter van Dijk Date: Mon, 14 Mar 2016 13:23:36 +0000 (+0100) Subject: half-fix nsupdate test portability to osx, remaining issue is the -V argument to... X-Git-Tag: dnsdist-1.0.0-beta1~101^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3566%2Fhead;p=thirdparty%2Fpdns.git half-fix nsupdate test portability to osx, remaining issue is the -V argument to sort in mysqldiff --- diff --git a/regression-tests/cleannsupdate b/regression-tests/cleannsupdate index 0090b8d844..2555e711f9 100755 --- a/regression-tests/cleannsupdate +++ b/regression-tests/cleannsupdate @@ -1,2 +1,2 @@ #!/bin/sh -nsupdate "$@" | sed 's/\, id: \+[0-9]\+/, id: [id]/' \ No newline at end of file +nsupdate "$@" | perl -pe 's/, id: +[0-9]+/, id: [id]/' \ No newline at end of file