Revert "Temporarily skip usr.bin.diff.diff_test.functionname in CI"

This reverts commit 85eeb6ea62.

The issue has been fixed by 4be7d087c2.

PR:		262086
This commit is contained in:
Li-Wen Hsu 2022-03-02 05:37:25 +08:00
parent 7dda139e6d
commit adce4585ca
No known key found for this signature in database
GPG Key ID: 82B261B14D3BC7AF

View File

@ -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"