bug#10441: The testsuite assumes that ln -s really creates a symlink

2012-01-08 Thread Peter Rosin
Stefano Lattarini skrev 2012-01-08 13:56: On 01/05/2012 11:13 PM, Peter Rosin wrote: Hi! Hi Peter, thanks for the report. ln -s on MSYS does not create a symlink, instead it makes a regular copy. Lots of test cases (on master) FAIL due to this. test -h foo will simply not return success

bug#10441: The testsuite assumes that ln -s really creates a symlink

2012-01-08 Thread Stefano Lattarini
tags 10441 patch close 10441 thanks On 01/08/2012 04:49 PM, Peter Rosin wrote: add-missing.tap: 351 PASS, 50 skip copy.test: PASS Thanks! Good! Patch pushed, and bug report closed. Thanks again for all the testing, Stefano

bug#10441: The testsuite assumes that ln -s really creates a symlink

2012-01-05 Thread Peter Rosin
Hi! ln -s on MSYS does not create a symlink, instead it makes a regular copy. Lots of test cases (on master) FAIL due to this. test -h foo will simply not return success on MSYS, ever. Affected tests (that I have noticed): add-missing.tap (lots of failing test cases) copy.test Cheers, Peter