Make test suite not rely on a working cp -pr.

(The Unix wars are still ON!)
This commit is contained in:
Joey Hess 2011-02-13 14:17:02 -04:00
parent 820b01c253
commit 3390183400
3 changed files with 22 additions and 17 deletions

View file

@ -41,3 +41,9 @@ My knowledge of Haskell (had to lookup the spelling...) is more than rudimentary
> entire end of the file from line 68, "for quickcheck" down. This code
> is only used by the test suite (so "make test" will fail),
> but it should get it to build. --[[Joey]]
---
Closing this bug because the above problem now has a solution documented on
the install page, and the below test suite failure problems should all be
resolved on OSX. [[done]] --[[Joey]]