From 7b4698ac584ccb598fa845c2dfbea80df2173e84 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 14 Mar 2016 14:23:36 +0100 Subject: [PATCH] half-fix nsupdate test portability to osx, remaining issue is the -V argument to sort in mysqldiff --- regression-tests/cleannsupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2