]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/unit-tests-make-relative-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:31:11 +0000 (14:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Feb 2024 22:31:11 +0000 (14:31 -0800)
The mechanism to report the filename in the source code, used by
the unit-test machinery, assumed that the compiler expanded __FILE__
to the path to the source given to the $(CC), but some compilers
give full path, breaking the output.  This has been corrected.

* jc/unit-tests-make-relative-fix:
  unit-tests: do show relative file paths on non-Windows, too


Trivial merge