Commands during a dry-run have no output. Don't use incorrect test
input.
[]safcm.CommandChange{
{
Command: "fake command",
- Output: "fake output",
},
},
`executed 1 command(s): (dry-run)
-"fake command":
- > fake output
- > \ No newline at end of file
+"fake command"
`,
},
[]safcm.CommandChange{
{
Command: "fake command",
- Output: "fake output",
},
},
- "executed 1 command(s): (dry-run)\n\x1b[36m\"fake command\"\x1b[0m:\n > fake output\n > \\ No newline at end of file\n",
+ "executed 1 command(s): (dry-run)\n\x1b[36m\"fake command\"\x1b[0m\n",
},
{