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

Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
Tibor Vass 2017-05-03 19:26:45 -07:00
parent ae84e6dd5e
commit 03a36f9d50
1 changed files with 1 additions and 1 deletions

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",