From: Peter van Dijk Date: Mon, 11 Feb 2013 13:25:40 +0000 (+0100) Subject: introduce cleannsupdate X-Git-Tag: rec-3.6.0-rc1~556^2~3^2~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20aced4ad91ce4b9b7d0aa1b6afb9eaf604ba37c;p=thirdparty%2Fpdns.git introduce cleannsupdate --- diff --git a/regression-tests/cleannsupdate b/regression-tests/cleannsupdate new file mode 100755 index 0000000000..0090b8d844 --- /dev/null +++ b/regression-tests/cleannsupdate @@ -0,0 +1,2 @@ +#!/bin/sh +nsupdate "$@" | sed 's/\, id: \+[0-9]\+/, id: [id]/' \ No newline at end of file