X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2cae80e7746d8fa32df1f819a4a41d29cdc3577a..6fad433ba5753166eee177fc072c061cdf17c6fa:/lib/recovercollection/cmd_test.go diff --git a/lib/recovercollection/cmd_test.go b/lib/recovercollection/cmd_test.go index 57c2c64cda..f891e55677 100644 --- a/lib/recovercollection/cmd_test.go +++ b/lib/recovercollection/cmd_test.go @@ -27,7 +27,6 @@ var _ = check.Suite(&Suite{}) type Suite struct{} func (*Suite) SetUpSuite(c *check.C) { - arvadostest.StartAPI() arvadostest.StartKeep(2, true) } @@ -90,6 +89,7 @@ func (*Suite) TestUntrashAndTouchBlock(c *check.C) { c.Assert(err, check.IsNil) t := time.Now().Add(-time.Hour * 24 * 365) err = os.Chtimes(trashfile, t, t) + c.Assert(err, check.IsNil) } var stdout, stderr bytes.Buffer