X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0a415b6c80c3bf39bb753274aae857eadde2f590..4dda327f44e3ad7c700a8f5cee4dc530292fba7d:/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)