]> git.ipfire.org Git - thirdparty/git.git/commit - t/test-lib-functions.sh
Revert "test_cmp: diagnose incorrect arguments"
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Oct 2020 20:51:04 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2020 18:59:19 +0000 (11:59 -0700)
commit262d5ad5a56005e4f21612f195ca183626b2f9ac
tree8e02d73a5702ecfd3c570cd13127d84629ca2f8c
parentd572f52a64c6a69990f72ad6a09504b9b615d2e4
Revert "test_cmp: diagnose incorrect arguments"

This reverts commit d572f52a64c6a69990f72ad6a09504b9b615d2e4; the
idea to detect that "test_cmp expect actual" was fed a misspelt
filename meant well, but when the version of Git tested exhibits a
bug, the reason why these two files do not match may be because one
of them did not get created as expected, in which case missing file
is not a sign of misspelt filename but is a genuine test failure.

Acked-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh