testsuite: make a sed command more portable
authorYAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
Tue, 4 Jun 2013 00:17:34 +0000 (09:17 +0900)
committerBen Pfaff <blp@nicira.com>
Tue, 4 Jun 2013 19:39:23 +0000 (12:39 -0700)
avoid using some GNU sed extensions, which are not available
eg. on NetBSD's /usr/bin/sed.

while there are other places these extenstions are used in the testsuite,
this instance is new and seems the only one currently being executed
for NetBSD.

Signed-off-by: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
Signed-off-by: Ben Pfaff <blp@nicira.com>

No differences found