moby--moby/builder/dockerfile
Brian Goff df167d3ff0 Fix issue with test ordering for TestParseWords
`TestParseWords` needs to use the `tokenEscape` for one of the test
cases, but `tokenEscape` was not being set unless tests ran in a
specific order.
This sets a default value for `tokenEscape`... `\`... so that tests that
rely on this global are not affected by test ordering.

This is the simplest fix for these cases. Ideally the token should not
be set as a global but rather passed down, which is a much larger
change.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-07-26 10:50:12 -04:00
..
command
parser Fix issue with test ordering for TestParseWords 2016-07-26 10:50:12 -04:00
bflag.go
bflag_test.go
builder.go
builder_unix.go
builder_windows.go
dispatchers.go Windows: CMD not honouring arg escaping 2016-06-15 16:46:32 -07:00
dispatchers_test.go Builder/dockerfile/dispatchers.go tests 2016-06-19 14:45:34 +02:00
dispatchers_unix.go
dispatchers_windows.go
dispatchers_windows_test.go
envVarTest
evaluator.go
evaluator_test.go
evaluator_unix.go
evaluator_windows.go
internals.go Validate hostname starting from 1.24 API. 2016-07-06 09:13:59 +02:00
internals_test.go
internals_unix.go
internals_windows.go
internals_windows_test.go
shell_parser.go
shell_parser_test.go
support.go
support_test.go
utils_test.go
wordsTest