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)
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>

No differences found