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> |
||
|---|---|---|
| .. | ||
| archive.go | ||
| archive_test.go | ||
| archive_unix.go | ||
| archive_windows.go | ||
| chroot_linux.go | ||
| chroot_unix.go | ||
| diff.go | ||
| diff_unix.go | ||
| diff_windows.go | ||
| init_unix.go | ||
| init_windows.go | ||