Преглед изворни кода

Update the julia test to also invoke "download()"

This helps us prevent an accidental repeat of the issue described in https://github.com/docker-library/julia/pull/6.
Tianon Gravi пре 9 година
родитељ
комит
d1dd1ee4a1
1 измењених фајлова са 3 додато и 0 уклоњено
  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");