[ovs-dev] [PATCH ovn] tests: Only use POSIX-compliant comm flags.

Gregory Smith gasmith at nutanix.com
Tue Oct 13 23:20:55 UTC 2020


Fixes: ba40effff1c5 ("Support logical switches with multiple localnet ports")
Signed-off-by: Gregory Smith <gasmith at nutanix.com>
---
 tests/ovn.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ovn.at b/tests/ovn.at
index 488fd119b..540e77d11 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -50,7 +50,7 @@ m4_define([OVN_CHECK_PACKETS_REMOVE_BROADCAST],
 
 m4_define([OVN_CHECK_PACKETS_CONTAIN],
   [ovn_check_packets__ "$1" "$2"
-   AT_CHECK([sort $rcv_text | comm --nocheck-order -2 -3 expout -], [0], [])])
+   AT_CHECK([sort $rcv_text | comm -2 -3 expout -], [0], [])])
 
 AT_BANNER([OVN components])
 
-- 
2.28.0



More information about the dev mailing list