mirror of
https://github.com/moby/moby.git
synced 2026-08-09 17:39:58 +00:00
This test was added in f6c8266afd ("Fix
cache invalidation for tar with "unclean" paths") and used "../foo"
as an unclean archive path.
Replace it with "dir/../foo", which exercises the same normalization
logic while remaining within the archive root.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>