Closed
Description
Following #20, some tests fail when symlinks resources are not preserved during git clone
:
DirectoryScannerTest.testFollowSymlinks:186 null
DirectoryScannerTest.testFollowSymlinksFalse:155 expected:<9> but was:<11>
In this case, the core.symlinks option should be used:
git clone -c core.symlinks=true https://github.com/codehaus-plexus/plexus-utils.git
Metadata
Metadata
Assignees
Labels
No labels