summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2017-11-08 18:42:11 +0100
committerMichael Raskin <7c6f434c@mail.ru>2017-11-08 18:43:02 +0100
commite9965b5b1970b70ecdba3a725aa723703377f5d9 (patch)
treead5f5c7b71440a8e174a9daee3c3a7ad85f5a5ca /pkgs
parentf1992a206f2e648fef7177a3793e1b1dff4f0be2 (diff)
downloadnixlib-e9965b5b1970b70ecdba3a725aa723703377f5d9.tar
nixlib-e9965b5b1970b70ecdba3a725aa723703377f5d9.tar.gz
nixlib-e9965b5b1970b70ecdba3a725aa723703377f5d9.tar.bz2
nixlib-e9965b5b1970b70ecdba3a725aa723703377f5d9.tar.lz
nixlib-e9965b5b1970b70ecdba3a725aa723703377f5d9.tar.xz
nixlib-e9965b5b1970b70ecdba3a725aa723703377f5d9.tar.zst
nixlib-e9965b5b1970b70ecdba3a725aa723703377f5d9.zip
julia_06: fix libgit2 tests by updating the literal strings searched in the error messages
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/julia/0.6.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/compilers/julia/0.6.nix b/pkgs/development/compilers/julia/0.6.nix
index 9d9f0229e56b..99e6f8efff10 100644
--- a/pkgs/development/compilers/julia/0.6.nix
+++ b/pkgs/development/compilers/julia/0.6.nix
@@ -80,6 +80,9 @@ stdenv.mkDerivation rec {
       mv test/$i.jl{,.off}
       touch test/$i.jl
     done
+
+    sed -e 's/Invalid Content-Type:/invalid Content-Type:/g' -i test/libgit2.jl
+    sed -e 's/Failed to resolve /failed to resolve /g' -i test/libgit2.jl
   '';
 
   buildInputs = [