15370: Fix test.
[arvados.git] / lib / crunchrun / integration_test.go
index 0b139dd97de02227ddabfe4ab2e458755c9491f1..ff2165338a16e41f8d9db76ec1d8128dda9691e7 100644 (file)
@@ -51,7 +51,7 @@ func (s *integrationSuite) SetUpSuite(c *C) {
 
        arvadostest.StartKeep(2, true)
 
-       out, err := exec.Command("docker", "load", "--input", busyboxDockerImage(c)).CombinedOutput()
+       out, err := exec.Command("docker", "load", "--input", arvadostest.BusyboxDockerImage(c)).CombinedOutput()
        c.Log(string(out))
        c.Assert(err, IsNil)
        out, err = exec.Command("arv-keepdocker", "--no-resume", "busybox:uclibc").Output()