Module Name: src Committed By: ozaki-r Date: Mon Aug 19 03:20:28 UTC 2019
Modified Files: src/tests/net/ndp: t_ndp.sh Log Message: tests: fix test header name To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/tests/net/ndp/t_ndp.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/net/ndp/t_ndp.sh diff -u src/tests/net/ndp/t_ndp.sh:1.34 src/tests/net/ndp/t_ndp.sh:1.35 --- src/tests/net/ndp/t_ndp.sh:1.34 Tue Aug 13 07:20:43 2019 +++ src/tests/net/ndp/t_ndp.sh Mon Aug 19 03:20:27 2019 @@ -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"