We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1199e90 commit f7126a3Copy full SHA for f7126a3
test/runtests.jl
@@ -749,12 +749,12 @@ include("setup.jl")
749
end
750
751
@__MODULE__() == Main && @testset "ftp download" begin
752
- url = "ftp://xmlsoft.org/libxslt/libxslt-1.1.33.tar.gz"
+ url = "ftp://ftp.gnu.org/gnu/auctex/auctex-13.3.tar.gz"
753
file = Downloads.download(url)
754
@test isfile(file)
755
- @test filesize(file) == 3444093
+ @test filesize(file) == 1695608
756
head = String(read!(open(file), Vector{UInt8}(undef, 16)))
757
- @test head == "\x1f\x8b\b\0\xa5T.\\\x02\x03\xec]{s۶"
+ @test head == "\x1f\x8b\b\0\0\0\0\0\x02\x03\xec[\xebr\xdb\xc6"
758
759
760
@testset "grace cleanup" begin
0 commit comments