summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2016-02-25 14:24:20 -0800
committerBen Pfaff <blp@ovn.org>2016-02-26 12:50:49 -0800
commit92f9822b0d9454540b710e5818e4a058ff663ce7 (patch)
tree16ba7e43f8559dc4885b0e1340ed61f6668e2e09 /tests
parent12878bc422712ec2bc602819641d4da2555c37c3 (diff)
downloadopenvswitch-92f9822b0d9454540b710e5818e4a058ff663ce7.tar.gz
tests: Fix use of "test".
Only = is portable for testing equality, == is a nonportable extension. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Russell Bryant <russell@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/ovn.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ovn.at b/tests/ovn.at
index 0e717320f..5cb7d8b94 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -634,7 +634,7 @@ test_arp() {
hv=`vif_to_hv $inport`
as $hv ovs-appctl netdev-dummy/receive vif$inport $request
- if test X$reply_ha == X; then
+ if test X$reply_ha = X; then
# Expect to receive the broadcast ARP on the other logical switch ports
# if no reply is expected.
local i j