Signed-off-by: Ben Pfaff <[email protected]> --- 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 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
