Module Name: src
Committed By: ozaki-r
Date: Mon Jun 19 10:57:38 UTC 2017
Modified Files:
src/tests/net/arp: t_arp.sh
src/tests/net/ndp: t_ndp.sh
Log Message:
Add missing declarations for cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/tests/net/arp/t_arp.sh
cvs rdiff -u -r1.20 -r1.21 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/arp/t_arp.sh
diff -u src/tests/net/arp/t_arp.sh:1.23 src/tests/net/arp/t_arp.sh:1.24
--- src/tests/net/arp/t_arp.sh:1.23 Fri Jun 16 04:41:02 2017
+++ src/tests/net/arp/t_arp.sh Mon Jun 19 10:57:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: t_arp.sh,v 1.23 2017/06/16 04:41:02 ozaki-r Exp $
+# $NetBSD: t_arp.sh,v 1.24 2017/06/19 10:57:37 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -598,6 +598,7 @@ arp_static_cleanup()
cleanup
}
+atf_test_case arp_rtm cleanup
arp_rtm_head()
{
Index: src/tests/net/ndp/t_ndp.sh
diff -u src/tests/net/ndp/t_ndp.sh:1.20 src/tests/net/ndp/t_ndp.sh:1.21
--- src/tests/net/ndp/t_ndp.sh:1.20 Fri Jun 16 04:41:02 2017
+++ src/tests/net/ndp/t_ndp.sh Mon Jun 19 10:57:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: t_ndp.sh,v 1.20 2017/06/16 04:41:02 ozaki-r Exp $
+# $NetBSD: t_ndp.sh,v 1.21 2017/06/19 10:57:37 ozaki-r Exp $
#
# Copyright (c) 2015 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -396,6 +396,7 @@ ndp_link_activation_cleanup()
cleanup
}
+atf_test_case ndp_rtm cleanup
ndp_rtm_head()
{