Replace '%s' in create tests

Docker-DCO-1.1-Signed-off-by: Jessica Frazelle <jess@docker.com> (github: jfrazelle)
Upstream-commit: 91f33fcaaaa47ef60acc4a8cfa7a2be41edd724e
Component: engine
This commit is contained in:
Jessica Frazelle
2014-10-14 10:58:35 -07:00
parent f5ae3b0b1b
commit be07c0e702

View File

@ -107,7 +107,7 @@ func TestCreateEchoStdout(t *testing.T) {
errorOut(err, t, out)
if out != "test123\n" {
t.Errorf("container should've printed 'test123', got '%s'", out)
t.Errorf("container should've printed 'test123', got %q", out)
}
deleteAllContainers()