Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't expect ipfs to preserve a leading slash (ipfs#440)
Go-ipfs now normalizes paths before adding files. This will: * remove any leading slashes. * remove any `/./` components. * normalize any `/../` components. That breaks this test which assumes that paths are returned _exactly_ as specified.
- Loading branch information