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)
commit9f9b6465b4d5f7fccae33ee1266b8b43498db803
tree1b737ca64e9ae17cd1d94448425b692972db19ae
parentc60c33fb5d41f03b145b00d2e136f911cd491a9e
testsuite: make a sed command more portable

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>
tests/ofproto-dpif.at