mirror of
https://github.com/docker/cli.git
synced 2026-08-30 02:24:27 -05:00
978bdd6270fafe3187cd41d9be42576b8965e580
For me when I run the test I see: ``` Downloading from http://nourl/bad Importing 283 B Untar re-exec error: exit status 1: output: unexpected EOF ``` and nothing about "dial tcp" so it appears that the output is system dependent and therefore we can't really check it. I think checking for non-zero exit code is sufficient so I'm removing this string check. Signed-off-by: Doug Davis <dug@us.ibm.com> Upstream-commit: ac043c7db67f268e96c7c7d0236d5316f3a2d9ac Component: engine
Languages
Go
92.3%
Shell
5.4%
Dockerfile
1.1%
Go-Checksums
0.7%
Makefile
0.3%
Other
0.2%