diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-08-19 08:37:29 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-08-19 08:37:29 -0700 |
| commit | d59b2a3793636e5cd18836fe9557e2fed7fe83f1 (patch) | |
| tree | f9fdd446d59b082c7b91857e6da7b8d608469d7b | |
| parent | Sync with Git 2.51 (diff) | |
| download | git-d59b2a3793636e5cd18836fe9557e2fed7fe83f1.tar.gz git-d59b2a3793636e5cd18836fe9557e2fed7fe83f1.zip | |
Revert "Merge branch 'ad/t1517-short-help-tests-fix' into next"
This reverts commit b38fb9afd38e96cca62c2457e8fb33058ecbfe77, reversing
changes made to dddb2275d413451f7a01ff3f6c08fe0c6ce8f7b9.
| -rwxr-xr-x | t/t1517-outside-repo.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t1517-outside-repo.sh b/t/t1517-outside-repo.sh index 61fdd0170c..1c69d52c76 100755 --- a/t/t1517-outside-repo.sh +++ b/t/t1517-outside-repo.sh @@ -111,9 +111,8 @@ for cmd in $(git --list-cmds=main) do cmd=${cmd%.*} # strip .sh, .perl, etc. case "$cmd" in - archimport | citool | cvsexportcommit | cvsimport | cvsserver | daemon | \ + archimport | 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 | \ |
