Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/if_lagg Added missing cleanup option



details:   https://anonhg.NetBSD.org/src/rev/5a77dda3d4f1
branches:  trunk
changeset: 1021304:5a77dda3d4f1
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Tue May 25 00:38:30 2021 +0000

description:
Added missing cleanup option

Fixes PR/56206

diffstat:

 tests/net/if_lagg/t_lagg.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 969f34c1d1ff -r 5a77dda3d4f1 tests/net/if_lagg/t_lagg.sh
--- a/tests/net/if_lagg/t_lagg.sh       Tue May 25 00:14:41 2021 +0000
+++ b/tests/net/if_lagg/t_lagg.sh       Tue May 25 00:38:30 2021 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_lagg.sh,v 1.1 2021/05/17 04:07:44 yamaguchi Exp $
+#      $NetBSD: t_lagg.sh,v 1.2 2021/05/25 00:38:30 yamaguchi Exp $
 #
 # Copyright (c) 2021 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -500,7 +500,7 @@
        cleanup
 }
 
-atf_test_case lagg_lacp_ipv6
+atf_test_case lagg_lacp_ipv6 cleanup
 lagg_lacp_ipv6_head()
 {
 



Home | Main Index | Thread Index | Old Index