Skip to content

Commit

Permalink
julia_06: fix libgit2 tests by updating the literal strings searched …
Browse files Browse the repository at this point in the history
…in the error messages
  • Loading branch information
7c6f434c committed Nov 8, 2017
1 parent f1992a2 commit e9965b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/compilers/julia/0.6.nix
Expand Up @@ -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 = [
Expand Down

0 comments on commit e9965b5

Please sign in to comment.