Subject: | test data directory t6 contains a stray directory, breaking tests on windows [fix included] |
At line 14 in t/06_fattr.t the script tries to open files in t/t6. In
that directory however exists another stray directory called t6. This one
either needs to be deleted, or the following added to the test at line 15:
next if -d;