1e667fce864201830f0217a33c76870f57e39047
Some of the `docker cp` tests were using `path/filepath` to craft unix paths. This wouldn't work on Windows since filepath is platform-dependent. Moved code to `path` as much as possible and hacked away some `path/filepath` functionality that doesn't exist in `path` pkg. This fixes the following test cases: - `TestCpGarbagePath` - `TestCpRelativePath` - `TestCpAbsoluteSymlink` - `TestCpSymlinkComponent` Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com> Upstream-commit: c5b312dcf5efa4f91dee59f4b701ea7a26a6d41e Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%