git: 7a14a721c09d - stable/14 - netinet6 tests: Restore an atf_check invocation
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 03 Feb 2024 19:11:40 UTC
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=7a14a721c09d3af74adea7eccd9984468d1ee0b6 commit 7a14a721c09d3af74adea7eccd9984468d1ee0b6 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2023-03-31 00:07:20 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-02-03 19:10:56 +0000 netinet6 tests: Restore an atf_check invocation This one has been commented out since the initial commit, but doesn't appear to pose any problems. MFC after: 1 week (cherry picked from commit 3f73fbb0acd4131b08dba4f7590061826ab08df1) --- tests/sys/netinet6/forward6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/netinet6/forward6.sh b/tests/sys/netinet6/forward6.sh index 2eecbf382461..b3ccd30aea62 100755 --- a/tests/sys/netinet6/forward6.sh +++ b/tests/sys/netinet6/forward6.sh @@ -375,7 +375,7 @@ fwd_ip6_gu_icmp_gw_gu_slow_success_body() { jexec ${jname} sysctl net.inet6.ip6.forwarding=1 # Do not turn off route redirects to ensure slow path is on - # atf_check -s exit:0 + atf_check -s exit:0 \ $(atf_get_srcdir)/${script_name} \ --test_name fwd_ip6_icmp \ --smac ${our_mac} --dmac ${jail_mac} \