mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
julia_06: fix libgit2 tests by updating the literal strings searched in the error messages
This commit is contained in:
parent
f1992a206f
commit
e9965b5b19
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user