8556: implement trash/untrash for azure volumes.
[arvados.git] / services / crunch-dispatch-slurm / crunch-dispatch-slurm_test.go
index fe4cba69d7b65009cd2956377e95f1cdf019bfb9..3dfb7d5a3e89ae5b9cb5678e545797e4fba47160 100644 (file)
@@ -77,7 +77,7 @@ func (s *TestSuite) Test_doMain(c *C) {
        }(sbatchCmd)
        sbatchCmd = func(container Container) *exec.Cmd {
                sbatchCmdLine = sbatchFunc(container).Args
-               return exec.Command("echo", container.UUID)
+               return exec.Command("sh")
        }
 
        // Override striggerCmd