This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Description
The .refs test uses a symlink file that is in the git repository. On *nix ipfs add will use the contents of the target file. On Windows, the file is not a symlink, so ipfs add uses the contents of the file not the target.
This breaks the tests, because the hash of the top level directory is now different on Windows. See #644