mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove surplus check for which diff is being tested
Must have left this when I was testing the test invocation for
8f79bd9b85
Pointy hat: thj
Sponsored by: Klara Inc.
This commit is contained in:
parent
f4be3645a1
commit
cffebd1e8f
1 changed files with 0 additions and 2 deletions
|
|
@ -282,8 +282,6 @@ binary_body()
|
|||
|
||||
functionname_body()
|
||||
{
|
||||
atf_check -o empty -x "which diff"
|
||||
|
||||
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