]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
introduce cleannsupdate
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 11 Feb 2013 13:25:40 +0000 (14:25 +0100)
committermind04 <mind04@monshouwer.org>
Fri, 12 Jul 2013 15:22:03 +0000 (17:22 +0200)
regression-tests/cleannsupdate [new file with mode: 0755]

diff --git a/regression-tests/cleannsupdate b/regression-tests/cleannsupdate
new file mode 100755 (executable)
index 0000000..0090b8d
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+nsupdate "$@" | sed 's/\, id: \+[0-9]\+/, id: [id]/'
\ No newline at end of file