Skip to content

Commit

Permalink
Fix TestBuildWithTabs for go 1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Morozov <[email protected]>
  • Loading branch information
LK4D4 authored and Colin committed Jan 5, 2015
1 parent b854d9f commit 300620c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-cli/docker_cli_build_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3925,7 +3925,7 @@ func TestBuildWithTabs(t *testing.T) {
if err != nil {
t.Fatal(err)
}
expected := "[\"/bin/sh\",\"-c\",\"echo\\u0009one\\u0009\\u0009two\"]"
expected := `["/bin/sh","-c","echo\tone\t\ttwo"]`
if res != expected {
t.Fatalf("Missing tabs.\nGot:%s\nExp:%s", res, expected)
}
Expand Down

0 comments on commit 300620c

Please sign in to comment.