mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert "Temporarily skip usr.bin.diff.diff_test.functionname in CI"
This reverts commit85eeb6ea62. The issue has been fixed by4be7d087c2. PR: 262086
This commit is contained in:
parent
7dda139e6d
commit
adce4585ca
1 changed files with 0 additions and 4 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue