X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1ab33aed37fdcd448fe224375951089282901c48..3193023d7335f793d5cc015aa185f7a450e650f7:/lib/recovercollection/cmd_test.go diff --git a/lib/recovercollection/cmd_test.go b/lib/recovercollection/cmd_test.go index 57c2c64cda..7b3c8e1b4e 100644 --- a/lib/recovercollection/cmd_test.go +++ b/lib/recovercollection/cmd_test.go @@ -90,6 +90,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