tests: Fix use of "test".
authorBen Pfaff <blp@ovn.org>
Thu, 25 Feb 2016 22:24:20 +0000 (14:24 -0800)
committerBen Pfaff <blp@ovn.org>
Fri, 26 Feb 2016 20:50:49 +0000 (12:50 -0800)
commit92f9822b0d9454540b710e5818e4a058ff663ce7
tree16ba7e43f8559dc4885b0e1340ed61f6668e2e09
parent12878bc422712ec2bc602819641d4da2555c37c3
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>
tests/ovn.at