Re: [perl #24261] [PATCH] for t\harness under win32

2003-10-21 Thread Juergen Boemmels
"Nick Kostirya" (via RT) <[EMAIL PROTECTED]> writes: > cmd.exe of WinNT do not convert t\src\*.t into list files. > > D:\CvsProjects\parrot>nmake test > D:\Programs\Perl\bin\perl.exe t\harness t\src\*.t > t\src\*t\src\*.t does not exist > FAILED--1 test script could be run, alas--no

[perl #24261] [PATCH] for t\harness under win32

2003-10-21 Thread Nick Kostirya
# New Ticket Created by "Nick Kostirya" # Please include the string: [perl #24261] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=24261 > cmd.exe of WinNT do not convert t\src\*.t into list files. D:\CvsProjects\parrot>nm