Git fork

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`, or
credential helpers that might be installed manually from the contrib
directories. 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>

authored by

Adam Dinwoodie and committed by
Junio C Hamano
c4cf8caa 529a60a8

+4 -1
+4 -1
t/t1517-outside-repo.sh
··· 111 111 do 112 112 cmd=${cmd%.*} # strip .sh, .perl, etc. 113 113 case "$cmd" in 114 - archimport | cvsexportcommit | cvsimport | cvsserver | daemon | \ 114 + archimport | citool | credential-netrc | credential-libsecret | \ 115 + credential-osxkeychain | cvsexportcommit | cvsimport | cvsserver | \ 116 + daemon | \ 115 117 difftool--helper | filter-branch | fsck-objects | get-tar-commit-id | \ 118 + gui | gui--askpass | \ 116 119 http-backend | http-fetch | http-push | init-db | \ 117 120 merge-octopus | merge-one-file | merge-resolve | mergetool | \ 118 121 mktag | p4 | p4.py | pickaxe | remote-ftp | remote-ftps | \