ovs-vswitchd.at: Fix "start additional ovs-vswitchd process" test
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Wed, 1 Oct 2014 05:00:36 +0000 (14:00 +0900)
committerAlex Wang <alexw@nicira.com>
Thu, 9 Oct 2014 16:48:23 +0000 (09:48 -0700)
commitb30f0a1fa182afd2a1d0b7c3d95399bc883808f7
tree40fbd799cd9bdfade7258465bac35b61479cd434
parent367681a9213ab2d99177e222dad5ca69df1edf60
ovs-vswitchd.at: Fix "start additional ovs-vswitchd process" test

NetBSD implementation of wc command outputs extra whitespaces
like the following.  Tweak the test to success on such environments.

    % echo hoge|wc -l|hexdump -C
    00000000  20 20 20 20 20 20 20 31  0a                       |       1.|
    00000009
    %

The failing test was introduced by
commit 6bef3c7ca859f208239ca61ec3b25c09a3571553
("bridge: Fix high cpu utilization.")

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Acked-by: Joe Stringer <joestringer@nicira.com>
tests/ovs-vswitchd.at