]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'es/test-cmp-typocatcher'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:38 +0000 (13:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2020 21:17:38 +0000 (13:17 -0800)
A test helper "test_cmp A B" was taught to diagnose missing files A
or B as a bug in test, but some tests legitimately wanted to notice
a failure to even create file B as an error, in addition to leaving
the expected result in it, and were misdiagnosed as a bug.  This
has been corrected.

* es/test-cmp-typocatcher:
  Revert "test_cmp: diagnose incorrect arguments"

1  2 
t/test-lib-functions.sh

Simple merge