[ovs-dev] [PATCH] tests: Fix spelling error in test name.

Ben Pfaff blp at ovn.org
Fri Jun 2 16:13:30 UTC 2017


Signed-off-by: Ben Pfaff <blp at ovn.org>
---
 tests/library.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/library.at b/tests/library.at
index bbf1e9d39798..e3d32becef60 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], [...
 ])
-- 
2.10.2



More information about the dev mailing list