aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Dinwoodie <adam@dinwoodie.org>2025-08-16 11:36:53 +0100
committerJunio C Hamano <gitster@pobox.com>2025-08-17 09:02:15 -0700
commitcab69db9c326fe9f67b2fe6b76718453b4366afc (patch)
tree2626b5226403d785a4200edbe26817708ad5311e
parentt5304: move `prune -h` test from t1517 (diff)
downloadgit-cab69db9c326fe9f67b2fe6b76718453b4366afc.tar.gz
git-cab69db9c326fe9f67b2fe6b76718453b4366afc.zip
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>
-rwxr-xr-xt/t1517-outside-repo.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t1517-outside-repo.sh b/t/t1517-outside-repo.sh
index 3dc602872a..e8857ca68c 100755
--- a/t/t1517-outside-repo.sh
+++ b/t/t1517-outside-repo.sh
@@ -111,8 +111,9 @@ for cmd in $(git --list-cmds=main)
do
cmd=${cmd%.*} # strip .sh, .perl, etc.
case "$cmd" in
- archimport | cvsexportcommit | cvsimport | cvsserver | daemon | \
+ archimport | citool | cvsexportcommit | cvsimport | cvsserver | daemon | \
difftool--helper | filter-branch | fsck-objects | get-tar-commit-id | \
+ gui | gui--askpass | \
http-backend | http-fetch | http-push | init-db | \
merge-octopus | merge-one-file | merge-resolve | mergetool | \
mktag | p4 | p4.py | pickaxe | remote-ftp | remote-ftps | \