mirror of
https://github.com/docker/cli.git
synced 2026-09-09 10:05:21 -05:00
`TestBuildSpaces` is used to do string manipulation to redact timestamps from compared cmd output. However it was assuming there is going to be only one `time=".."` in the output --not the case on windows. Therefore I wrote a regexp to redact all log timestamps. Also the test used to have a copy/paste bug (see err1/err2). This fixes that, too. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> Upstream-commit: 28a34dfffdce359a5674cfda0a90b25b1f4d4d97 Component: engine