]> git.ipfire.org Git - thirdparty/git.git/commit
t/t1517: mark tests that fail with GIT_TEST_INSTALLED
authorAdam Dinwoodie <adam@dinwoodie.org>
Sat, 16 Aug 2025 10:36:53 +0000 (11:36 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 17 Aug 2025 16:02:15 +0000 (09:02 -0700)
commitcab69db9c326fe9f67b2fe6b76718453b4366afc
tree2626b5226403d785a4200edbe26817708ad5311e
parent529a60a885c1f65ff0870f6d69915dd9d02d7ee9
t/t1517: mark tests that fail with GIT_TEST_INSTALLED

The changes added by 39fc408562 (t/t1517: automate `git subcmd -h` tests
outside a repository, 2025-08-08) to automatically loop over all "main"
Git commands will, when run against an installed build using
GIT_TEST_INSTALLED rather than the build in the build directory, include
some extra git-gui commands that are installed by `make install`.  These
fail the test, so record them as such.

Signed-off-by: Adam Dinwoodie <adam@dinwoodie.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1517-outside-repo.sh