Pārlūkot izejas kodu

Merge pull request #1815 from infosiftr/julia-download

Update the julia test to also invoke "download()"
yosifkit 9 gadi atpakaļ
vecāks
revīzija
7beb2e816b
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      test/tests/julia-hello-world/container.jl

+ 3 - 0
test/tests/julia-hello-world/container.jl

@@ -1 +1,4 @@
 println("Hello World!");
+
+# https://github.com/docker-library/julia/pull/6
+download("https://google.com");