[ovs-git] [openvswitch/ovs] 580b74: ovs-macros: Add helper to make 'wc' use POSIX comp...

GitHub noreply at github.com
Tue May 2 15:09:33 UTC 2017


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 580b7484f482096234383908bb0cb5b7b90f3af7
      https://github.com/openvswitch/ovs/commit/580b7484f482096234383908bb0cb5b7b90f3af7
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2017-05-02 (Tue, 02 May 2017)

  Changed paths:
    M tests/ovs-macros.at

  Log Message:
  -----------
  ovs-macros: Add helper to make 'wc' use POSIX compliant output format.

Several times, we've had to fix tests that used 'wc' and expected a
particular output format.  POSIX is specific about the output format, but
neither GNU or BSD wc honors it.  This commit makes whatever 'wc' is on
the system use the POSIX output format.

Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: YAMAMOTO Takashi <yamamoto at ovn.org>




More information about the git mailing list