0bb75189da
TestExternalShellEscaping and TestExternalShellEscapeIncludingSpaces use "echo -n", which fails on darwin. These tests weren't running on darwin because they were only run in Soong, which always limits to only short tests. The test are now run in aosp-build-tools, which doesn't limit to short tests. Remove the unsupported -n argument from echo and trim the added newline instead. Test: TestExternalShellEscaping and TestExternalShellEscapeIncludingSpaces Change-Id: I3d8ff1c0db0af386e1dc13cb6c2dabe561c1c89e |
||
---|---|---|
.. | ||
clone.go | ||
clone_test.go | ||
escape.go | ||
escape_test.go | ||
extend.go | ||
extend_test.go | ||
filter.go | ||
filter_test.go | ||
proptools.go | ||
proptools_test.go | ||
tag.go | ||
tag_test.go | ||
typeequal.go | ||
typeequal_test.go | ||
unpack.go | ||
unpack_test.go |