julia_06: fix libgit2 tests by updating the literal strings searched in the error messages
This commit is contained in:
@@ -80,6 +80,9 @@ stdenv.mkDerivation rec {
|
|||||||
mv test/$i.jl{,.off}
|
mv test/$i.jl{,.off}
|
||||||
touch test/$i.jl
|
touch test/$i.jl
|
||||||
done
|
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 = [
|
buildInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user