git: 747483038e6f - main - netinet6 tests: fix typo in the test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Apr 2025 11:30:59 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=747483038e6fae5cc6db6a7cd01aec467d1b2859 commit 747483038e6fae5cc6db6a7cd01aec467d1b2859 Author: K Rin <rin@sandb0x.tw> AuthorDate: 2025-04-07 18:38:45 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-04-09 11:30:09 +0000 netinet6 tests: fix typo in the test This caused sys.netinet6.redirect:valid_redirect to fail. PR: 247729 Fixes: eddfb2e ("Fix IPv6 regression introduced by r362900.") Reviewed by: jlduran, kp Pull Request: https://github.com/freebsd/freebsd-src/pull/1646 --- tests/sys/netinet6/redirect.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/sys/netinet6/redirect.sh b/tests/sys/netinet6/redirect.sh index aa0731d89101..40874f8c9b6d 100644 --- a/tests/sys/netinet6/redirect.sh +++ b/tests/sys/netinet6/redirect.sh @@ -39,10 +39,6 @@ valid_redirect_head() { valid_redirect_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/247729" - fi - ids=65533 id=`printf "%x" ${ids}` if [ $$ -gt 65535 ]; then @@ -89,7 +85,7 @@ valid_redirect_body() { while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do sleep 0.1 done - while [ `jexec ${jname}b ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do + while [ `jexec ${jname} ifconfig ${epair}b inet6 | grep -c tentative` != "0" ]; do sleep 0.1 done