[ARVADOS] updated: 1.3.0-2141-ge54bbc170
Git user
git at public.arvados.org
Thu Feb 6 16:15:30 UTC 2020
Summary of changes:
lib/mount/command_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e54bbc170b78f3f4c90be7c8b314d58e559cd73c (commit)
from 9a4fcabed1adeff0044d419977d5136c5cb1db3e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e54bbc170b78f3f4c90be7c8b314d58e559cd73c
Author: Tom Clegg <tom at tomclegg.ca>
Date: Thu Feb 6 11:14:37 2020 -0500
12308: Fix wrong error check.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>
diff --git a/lib/mount/command_test.go b/lib/mount/command_test.go
index d222e8ccb..980b7d2ae 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`)
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list