# New Ticket Created by  Jens Rieks 
# Please include the string:  [perl #34978]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=34978 >


lib/Parrot/Test.pm has several lines like
$cmd = qq{(cd $path_to_parrot && $parrot $args "$code_f")};
As this command is executed with system(), it should not include "&&".
All tests on Win98/VC6 are failing with "Command not found" due to this.

Reply via email to