X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/64e387b2f4f0fe6c4c7bf16232706c7cf194caf0..f3b8d03f7063b162355bccfd71aeb2b8b67bbdbb:/lib/mount/command_test.go diff --git a/lib/mount/command_test.go b/lib/mount/command_test.go index 980b7d2ae3..44eb61e7f9 100644 --- a/lib/mount/command_test.go +++ b/lib/mount/command_test.go @@ -36,7 +36,7 @@ func (s *CmdSuite) TestMount(c *check.C) { stdin := bytes.NewBufferString("stdin") stdout := bytes.NewBuffer(nil) stderr := bytes.NewBuffer(nil) - mountCmd := cmd{ready: make(chan struct{})} + mountCmd := mountCommand{ready: make(chan struct{})} ready := false go func() { exited <- mountCmd.RunCommand("test mount", []string{"--experimental", s.mnt}, stdin, stdout, stderr)