Subject: | t/Path.t should not spew error output |
Date: | Sat, 27 Jun 2015 07:48:17 -0400 |
To: | bug-File-Path [...] rt.cpan.org |
From: | James E Keenan <jkeen [...] verizon.net> |
Running t/Path.t through 'prove', we get this output (excerpt):
#####
$ prove -vb t/Path.t
t/Path.t ..
1..152
ok 1 - use Cwd;
...
ok 71 - mask of symlink target dir unchanged (debian bug 487319)
bug487319/symlink for bug487319/symlink: No such file or directory at
t/Path.t line 369.
ok 72 - mask of symlink target file unchanged (debian bug 487319)
...
#####
... where the line beginning 'bug' is written to STDERR. We should
diagnose why this is happening and fix it so that the test runs cleanly.
Thank you very much.
Jim Keenan