mirror of
https://github.com/moby/moby.git
synced 2026-07-07 07:07:26 +00:00
The test was failing because TarOptions was using a non-pointer for ChownOpts, which meant the check for nil was never true, and createTarFile was never using the hdr.UID/GID Signed-off-by: Daniel Nephin <dnephin@docker.com>