Subject: | The system cannot find the path specified |
Distribution:
TAP::Harness::JUnit 0.25
Perl version:
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2007, Larry Wall
Binary build 1001 [283495] provided by ActiveState
http://www.ActiveState.com
Built Dec 18 2007 08:46:15
Operating System:
Windows XP (SP2, SP3), Windows Server 2003
System Environment:
Cygwin in c:\cygwin
PATH contains c:\cygwin\bin, but NOT c:\cygwin
Execution of $jharness->runtests(@tests); leads to an xml file which
is not filled with test result data, and the following cmd line msg:
"The system cannot find the path specified."
Debugging shows that the reason for this is a hardcoded path in
JUnit.pm, line number 95. If I replace '/bin/cat' by 'cat', the bug is
fixed.