Module Name: src
Committed By: yamaguchi
Date: Tue May 25 00:38:30 UTC 2021
Modified Files:
src/tests/net/if_lagg: t_lagg.sh
Log Message:
Added missing cleanup option
Fixes PR/56206
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/if_lagg/t_lagg.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/if_lagg/t_lagg.sh
diff -u src/tests/net/if_lagg/t_lagg.sh:1.1 src/tests/net/if_lagg/t_lagg.sh:1.2
--- src/tests/net/if_lagg/t_lagg.sh:1.1 Mon May 17 04:07:44 2021
+++ src/tests/net/if_lagg/t_lagg.sh Tue May 25 00:38:30 2021
@@ -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 @@ lagg_lacp_ipv4_cleanup()
cleanup
}
-atf_test_case lagg_lacp_ipv6
+atf_test_case lagg_lacp_ipv6 cleanup
lagg_lacp_ipv6_head()
{