소스 검색

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");