On 2/23/07, via RT James Keenan <[EMAIL PROTECTED]> wrote:
# New Ticket Created by James Keenan
# Please include the string: [perl #41607]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41607 >
Tonight while running 'make test' I got errors in 1 test file. Here
is the output of 'prove -v t/compilers/pge/p5regex/dummy.t':
prove -v t/compilers/pge/p5regex/dummy.t t/doc/pod.t
t/compilers/pge/p5regex/dummy....FAILED before any test output arrived
Opening up that file, I see that its entire content is:
#!/usr/bin/perl
# this is a dummy test file
Why do we have this in our distribution -- particularly if it causes
the sole failure in 266 test files?
this test file is not in the repository. i don't have it in my working
copy, and svnweb says it's not there, either:
http://svn.perl.org/parrot/trunk/t/compilers/pge/p5regex/
try 'svn st' and see if it shows up with a ? -- it's probably just in
your working copy. how it got there is beyond me.
~jerry