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