FreeBSD sed doesn't support \b, at least in normal mode. Since the string we're matching comes at the end of the line anyway just use $ instead.
Signed-off-by: Ed Maste <ema...@freebsd.org> --- tests/ofproto-dpif.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index 924e97a..fb57d0c 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -962,7 +962,7 @@ ovs-appctl -t test-netflow exit AT_CHECK([[sed -e 's/, uptime [0-9]*// s/, now [0-9.]*// -s/time \([0-9]*\)\.\.\.\1\b/time <moment>/ +s/time \([0-9]*\)\.\.\.\1$/time <moment>/ s/time [0-9]*\.\.\.[0-9]*/time <range>/ ' netflow.log]], [0], [header: v5, seq 0, engine 2,1 -- 1.7.10.3 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev