julia_06: fix libgit2 tests by updating the literal strings searched in the error messages

This commit is contained in:
Michael Raskin 2017-11-08 18:42:11 +01:00
parent f1992a206f
commit e9965b5b19

View file

@ -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 = [