The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=3f73fbb0acd4131b08dba4f7590061826ab08df1

commit 3f73fbb0acd4131b08dba4f7590061826ab08df1
Author:     Mark Johnston <[email protected]>
AuthorDate: 2023-03-31 00:07:20 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2024-01-27 18:51:14 +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
---
 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} \

Reply via email to