git: re-enable a test and remove unneeded patch

Re-enables a test that now passes, and removes an unneeded patch that
was useful for testing at some point.
This commit is contained in:
Alexander Bantyev
2025-08-09 12:29:41 +04:00
parent a959b9c014
commit d10d07d6a1
@@ -103,7 +103,6 @@ stdenv.mkDerivation (finalAttrs: {
./docbook2texi.patch
./git-sh-i18n.patch
./git-send-email-honor-PATH.patch
./installCheck-path.patch
]
++ lib.optionals withSsh [
./ssh-path.patch
@@ -474,9 +473,6 @@ stdenv.mkDerivation (finalAttrs: {
disable_test t1301-shared-repo
# /build/git-2.44.0/contrib/completion/git-completion.bash: line 452: compgen: command not found
disable_test t9902-completion
# Our patched gettext never fallbacks
disable_test t0201-gettext-fallbacks
''
+ lib.optionalString (!sendEmailSupport) ''
# Disable sendmail tests