summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2019-11-21 13:03:58 +0100
committerKonrad Borowski <konrad@borowski.pw>2019-11-29 11:28:53 +0100
commit6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5 (patch)
treeb8591de645ba607b076a9389cccd3e75dd70328c /pkgs/applications
parent4da13bc1bee68fb9571afc0dc53b42ad67f631b0 (diff)
downloadnixpkgs-6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5.tar
nixpkgs-6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5.tar.gz
nixpkgs-6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5.tar.bz2
nixpkgs-6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5.tar.lz
nixpkgs-6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5.tar.xz
nixpkgs-6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5.tar.zst
nixpkgs-6e6b6a7fd5d7f2fa738f545b1379dec30ed5dbc5.zip
git: enable some of previously broken tests
Diffstat (limited to 'pkgs/applications')
-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 7fdb659890a..26acebc8613 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.