summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/git-and-tools
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-12-06 20:21:49 +0100
committerGitHub <noreply@github.com>2019-12-06 20:21:49 +0100
commitfa9159b0de7d57891574c3e0d7fe1842dad0de95 (patch)
tree9479c7084d9a4bfc27a85eeb719764ed54182f34 /pkgs/applications/version-management/git-and-tools
parent6fda860b2631727c49cd57dc27a31663290b4664 (diff)
parent6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5 (diff)
Merge pull request #73861 from xfix/git-enable-some-of-broken-tests
git: enable some of broken tests
Diffstat (limited to 'pkgs/applications/version-management/git-and-tools')
-rw-r--r--pkgs/applications/version-management/git-and-tools/git/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/applications/version-management/git-and-tools/git/default.nix b/pkgs/applications/version-management/git-and-tools/git/default.nix
index 7fdb659890a9..26acebc86139 100644
--- a/pkgs/applications/version-management/git-and-tools/git/default.nix
+++ b/pkgs/applications/version-management/git-and-tools/git/default.nix
@@ -293,10 +293,6 @@ stdenv.mkDerivation {
disable_test t1700-split-index "null sha1"
# Tested to fail: 2.18.0
- disable_test t7005-editor "editor with a space"
- disable_test t7005-editor "core.editor with a space"
-
- # Tested to fail: 2.18.0
disable_test t9902-completion "sourcing the completion script clears cached --options"
${stdenv.lib.optionalString (!perlSupport) ''
@@ -305,9 +301,6 @@ stdenv.mkDerivation {
# not check for the Perl prerequisite.
disable_test t5150-request-pull
''}
-
- # As of 2.19.0, t5562 refers to #!/usr/bin/perl
- patchShebangs t/t5562/invoke-with-content-length.pl
'' + stdenv.lib.optionalString stdenv.isDarwin ''
# XXX: Some tests added in 2.24.0 fail.
# Please try to re-enable on the next release.