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/f81c705afd84
branches: trunk
changeset: 983457:f81c705afd84
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 3fcbbced5c9b -r f81c705afd84 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