git: adce4585ca56 - main - Revert "Temporarily skip usr.bin.diff.diff_test.functionname in CI"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Mar 2022 21:39:09 UTC
The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/src/commit/?id=adce4585ca56638801d12790c8f7fcb30e7408d0 commit adce4585ca56638801d12790c8f7fcb30e7408d0 Author: Li-Wen Hsu <lwhsu@FreeBSD.org> AuthorDate: 2022-03-01 21:37:25 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2022-03-01 21:37:25 +0000 Revert "Temporarily skip usr.bin.diff.diff_test.functionname in CI" This reverts commit 85eeb6ea62d45c5df893a16b87969bd7313a3dbb. The issue has been fixed by 4be7d087c2b566f4910683836be279d55c1a81c6. PR: 262086 --- usr.bin/diff/tests/diff_test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/usr.bin/diff/tests/diff_test.sh b/usr.bin/diff/tests/diff_test.sh index 5bcc57e08159..fa76c7ada3eb 100755 --- a/usr.bin/diff/tests/diff_test.sh +++ b/usr.bin/diff/tests/diff_test.sh @@ -283,10 +283,6 @@ binary_body() functionname_body() { - if [ "$(atf_config_get ci false)" = "true" ]; then - atf_skip "https://bugs.freebsd.org/262086" - fi - atf_check -o file:$(atf_get_srcdir)/functionname_c.out -s exit:1 \ diff -u -p -L functionname.in -L functionname_c.in \ "$(atf_get_srcdir)/functionname.in" "$(atf_get_srcdir)/functionname_c.in"