summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2017-06-02 09:13:30 -0700
committerBen Pfaff <blp@ovn.org>2017-06-02 16:47:02 -0700
commit956ffcbd523698063b965f1ad5ea52fc2a52809d (patch)
tree9488f83ae52337a16649d810848e3f14dc5b1eb8 /tests
parent3346c985d550abf8157b3f2c0d6faa073c8c6ce8 (diff)
downloadopenvswitch-956ffcbd523698063b965f1ad5ea52fc2a52809d.tar.gz
tests: Fix spelling error in test name.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/library.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/library.at b/tests/library.at
index bbf1e9d39..e3d32bece 100644
--- a/tests/library.at
+++ b/tests/library.at
@@ -33,7 +33,7 @@ AT_CHECK([ovstest test-cmap check 1], [0], [...
])
AT_CLEANUP
-AT_SETUP([counting cockoo hash])
+AT_SETUP([counting cuckoo hash])
AT_KEYWORDS([cmap])
AT_CHECK([ovstest test-ccmap check 1], [0], [...
])