== is a GNU extension.
Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
tests/ovn.at | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ovn.at b/tests/ovn.at
index efcbd91..06edcaa 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -7459,7 +7459,7 @@ test_packet() {
local packet=$(echo $dst$src | sed 's/://g')${eth}
hv=`vif_to_hv $inport`
# If hypervisor 0 (localport) use the defhv parameter
- if test $hv == hv0; then
+ if test $hv = hv0; then
hv=$defhv
fi
vif=vif$inport
--
2.5.4 (Apple Git-61)
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev