From 3a470f73b40fbcbcc4426675771ed36f050cfde2 Mon Sep 17 00:00:00 2001 From: ozaki-r Date: Mon, 19 Aug 2019 03:20:27 +0000 Subject: [PATCH] tests: fix test header name --- tests/net/ndp/t_ndp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/net/ndp/t_ndp.sh b/tests/net/ndp/t_ndp.sh index f1333cbdf47e..4bc55d58495f 100644 --- a/tests/net/ndp/t_ndp.sh +++ b/tests/net/ndp/t_ndp.sh @@ -1,4 +1,4 @@ -# $NetBSD: t_ndp.sh,v 1.34 2019/08/13 07:20:43 ozaki-r Exp $ +# $NetBSD: t_ndp.sh,v 1.35 2019/08/19 03:20:27 ozaki-r Exp $ # # Copyright (c) 2015 The NetBSD Foundation, Inc. # All rights reserved. @@ -687,7 +687,7 @@ ndp_stray_entries_cleanup() } atf_test_case ndp_cache_state cleanup -ndp_stray_entries_head() +ndp_cache_state_head() { atf_set "descr" "Tests states of neighbor cache entries"