tests: Fix typo: s/OSVDB/OVSDB/.
authorBen Pfaff <blp@ovn.org>
Fri, 22 Jul 2016 20:16:05 +0000 (13:16 -0700)
committerBen Pfaff <blp@ovn.org>
Sun, 24 Jul 2016 18:01:53 +0000 (11:01 -0700)
Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Ryan Moats <rmoats@us.ibm.com>
tests/ovsdb-data.at

index 468e3b0..a8c092f 100644 (file)
@@ -494,7 +494,7 @@ OVSDB_CHECK_POSITIVE_CPY([strings no more than 2 characters long],
 constraint violation: "abc" length 3 is greater than maximum allowed length 2
 "de"]])
 
-AT_BANNER([OSVDB -- simple data])
+AT_BANNER([OVSDB -- simple data])
 
 OVSDB_CHECK_POSITIVE_CPY([integer JSON datum],
   [[parse-data '["integer"]' '[0]' '["set",[1]]' '[-1]']],