]> git.proxmox.com Git - mirror_ovs.git/commit
tests: Avoid nonportable "sed -i".
authorBen Pfaff <blp@nicira.com>
Thu, 27 Aug 2015 18:11:03 +0000 (11:11 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Aug 2015 18:02:01 +0000 (11:02 -0700)
commitd3292ddf5bc30f1c0073d273e1081c519e763c7d
tree5d6eba0a63f9556112119d3e69f9e8fa3c9aed44
parent32e35d7ddfcc04bef7e69706bf0fec4d304337e3
tests: Avoid nonportable "sed -i".

"sed -i" isn't entirely portable, and we can avoid it by using the
argument to check_logs as intended.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Alex Wang <alexw@nicira.com>
tests/ovn-controller-vtep.at