Subject: | Fails depending on writability of untarred files |
Many of the your tests fail when some of the files in the t/ directory
are not writeable. Visible for example in this test protocol:
http://www.cpantesters.org/cpan/report/8486661
And according to the tarfile these files should not be writable as can
be shown with this oneliner:
% tar tvvzf
/home/ftp/pub/PAUSE/authors/id/K/KG/KGALINSKY/Getopt-Euclid-v0.2.2.tar.gz |
grep /t/ | awk '{print $1}' | uniq
-r--r--r--
So all files in the t/ directory are not writable.
I haven't looked deeper why other systems do not fail at this point.
Maybe they use different methods of extracting a tarball or there are
some other system dependency and the tests choose a different execution
path.
What gives?
Thanks,