Fix expected output in test due to linter-induced change on error string

Signed-off-by: Tibor Vass <tibor@docker.com>
Upstream-commit: 03a36f9d50
Component: cli
This commit is contained in:
Tibor Vass
2017-05-03 19:26:45 -07:00
parent 1b83577108
commit 9ce2cd0d41

View File

@ -32,7 +32,7 @@ func TestNewSaveCommandErrors(t *testing.T) {
name: "output to terminal",
args: []string{"output", "file", "arg1"},
isTerminal: true,
expectedError: "Cowardly refusing to save to a terminal. Use the -o flag or redirect.",
expectedError: "cowardly refusing to save to a terminal. Use the -o flag or redirect",
},
{
name: "ImageSave fail",