tests: Avoid xargs, for FreeBSD compatibility.
authorEd Maste <emaste@freebsd.org>
Tue, 31 Jul 2012 12:24:30 +0000 (08:24 -0400)
committerBen Pfaff <blp@nicira.com>
Tue, 31 Jul 2012 14:50:27 +0000 (07:50 -0700)
commit6dc2f8eeada4e4e1b1fc29d69cb7cbdf1cd94061
treee5683b6e38a7c953e09d2161740f119d2bacc82a
parent3b4ab1709105b10b7482070164f580c0d3f28d65
tests: Avoid xargs, for FreeBSD compatibility.

The FreeBSD version of xargs does not run the utility argument on empty
input, while GNU xargs runs it at least once, even with empty input.  As
a result on FreeBSD VSCTL_CHECK_FIND returned no output for an empty
bridge list while on Linux it returned a single blank line.

Signed-off-by: Ed Maste <emaste@freebsd.org>
Signed-off-by: Ben Pfaff <blp@nicira.com>
tests/ovs-vsctl.at