diff mbox

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

Message ID 20170602161330.12332-1-blp@ovn.org
State Accepted
Headers show

Commit Message

Ben Pfaff June 2, 2017, 4:13 p.m. UTC
Signed-off-by: Ben Pfaff <blp@ovn.org>
---
 tests/library.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Justin Pettit June 2, 2017, 4:30 p.m. UTC | #1
> On Jun 2, 2017, at 9:13 AM, Ben Pfaff <blp@ovn.org> wrote:
> 
> Signed-off-by: Ben Pfaff <blp@ovn.org>

Acked-by: Justin Pettit <jpettit@ovn.org>

--Justin
Ben Pfaff June 2, 2017, 11:47 p.m. UTC | #2
On Fri, Jun 02, 2017 at 09:30:50AM -0700, Justin Pettit wrote:
> 
> > On Jun 2, 2017, at 9:13 AM, Ben Pfaff <blp@ovn.org> wrote:
> > 
> > Signed-off-by: Ben Pfaff <blp@ovn.org>
> 
> Acked-by: Justin Pettit <jpettit@ovn.org>

Thanks!  I applied this to master.
diff mbox

Patch

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], [...
 ])