tests: Make compatible with FreeBSD's sed.
authorEd Maste <emaste@freebsd.org>
Mon, 30 Jul 2012 23:06:03 +0000 (19:06 -0400)
committerBen Pfaff <blp@nicira.com>
Tue, 31 Jul 2012 00:07:38 +0000 (17:07 -0700)
commit65ba8e9c89d1529a8ac48db6c47593319e8d3416
treea05ea9434aefc63d2815363cf2c82b07f27959c1
parent522839ab75d981d7a4e63b99dc8438157982f4ba
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 <emaste@freebsd.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ofproto-dpif.at