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


Testing an installation should not modify it, however make -n for an 
individual test file gives me this:

~/try-out-roast/rakudo$ make -n t/spec/S22-package-format/local.t
rm -f -- perl6
cp -- perl6-m perl6
chmod -- 755 perl6
/usr/bin/perl t/harness5 --fudge --moar --keep-exit-code --verbosity=1 
t/spec/S22-package-format/local.t

I.e. it's copying perl6-m over perl6, which it shouldn't do.

Reply via email to