X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ff58dd2e5cb37f652047b53064dd389b8cf05150..c9fe930b422bd1675af3adb324ede3b5aa28888c:/lib/mount/command_test.go diff --git a/lib/mount/command_test.go b/lib/mount/command_test.go index d222e8ccbf..980b7d2ae3 100644 --- a/lib/mount/command_test.go +++ b/lib/mount/command_test.go @@ -57,7 +57,7 @@ func (s *CmdSuite) TestMount(c *check.C) { if c.Check(err, check.IsNil) { var m map[string]interface{} err = json.Unmarshal(buf, &m) - c.Check(err, check.NotNil) + c.Check(err, check.IsNil) c.Check(m["manifest_text"], check.Matches, `\. acbd.* 0:3:foo\n`) }