15370: Fix test.
authorTom Clegg <tom@curii.com>
Tue, 17 May 2022 18:02:46 +0000 (14:02 -0400)
committerTom Clegg <tom@curii.com>
Tue, 17 May 2022 18:02:46 +0000 (14:02 -0400)
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>

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()