pull/595/head
David Anthoff 2019-02-25 19:23:21 -08:00
rodzic 90ada02d33
commit dc661f292d
1 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

@ -4,14 +4,14 @@ if VERSION < v"1" || VERSION >= v"2"
exit(1)
end
try
# Test that the package was installed.
using IteratorInterfaceExtensions
# try
# # Test that the package was installed.
# using IteratorInterfaceExtensions
# Verify that the environment variables are set correctly for julia 1.0+
@assert "julia" ∈ readdir(Sys.BINDIR)
catch
exit(1)
end
# # Verify that the environment variables are set correctly for julia 1.0+
# @assert "julia" ∈ readdir(Sys.BINDIR)
# catch
# exit(1)
# end
exit(0)