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:
Tom Jones 2022-02-18 15:47:46 +00:00
parent f4be3645a1
commit cffebd1e8f

View File

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