From: Ed Maste Date: Mon, 30 Jul 2012 23:06:03 +0000 (-0400) Subject: tests: Make compatible with FreeBSD's sed. X-Git-Tag: sliver-openvswitch-1.8.90-0~48^2~158 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=65ba8e9c89d1529a8ac48db6c47593319e8d3416;hp=65ba8e9c89d1529a8ac48db6c47593319e8d3416;p=sliver-openvswitch.git tests: Make compatible with FreeBSD's sed. 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 Signed-off-by: Ben Pfaff ---