diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-29 09:44:35 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-29 09:44:35 -0700 |
| commit | 96a04c45c1ac696ed5236b507da644c3c9e9ffd5 (patch) | |
| tree | bcb65a5c9177f6079c723b0215c432929b873241 /t | |
| parent | The fourth batch (diff) | |
| parent | t/t1517: mark tests that fail with GIT_TEST_INSTALLED (diff) | |
| download | git-96a04c45c1ac696ed5236b507da644c3c9e9ffd5.tar.gz git-96a04c45c1ac696ed5236b507da644c3c9e9ffd5.zip | |
Merge branch 'ad/t1517-short-help-tests-fix'
Test fix.
* ad/t1517-short-help-tests-fix:
t/t1517: mark tests that fail with GIT_TEST_INSTALLED
Diffstat (limited to 't')
| -rwxr-xr-x | t/t1517-outside-repo.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/t/t1517-outside-repo.sh b/t/t1517-outside-repo.sh index 1c69d52c76..c824c1a25c 100755 --- a/t/t1517-outside-repo.sh +++ b/t/t1517-outside-repo.sh @@ -111,8 +111,11 @@ for cmd in $(git --list-cmds=main) do cmd=${cmd%.*} # strip .sh, .perl, etc. case "$cmd" in - archimport | cvsexportcommit | cvsimport | cvsserver | daemon | \ + archimport | citool | credential-netrc | credential-libsecret | \ + credential-osxkeychain | 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 | \ |
