Ticket #259 (closed bug: fixed)
[PATCH] t/configure test failure
Reported by: | mikehh | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | none | Version: | 0.9.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | new | Platform: | all |
Description
In r36229 petdance modified lib/Parrot/Configure.pm changing the quotes in to die errors from single to double quotes:
'fatal_step' to "fatal_step" and
'verbose-step' to "verbose-step"
this caused t/configure/043-verbose_step.t and t/configure/051-fatal_step.t to fail
http://smolder.plusthree.com/app/public_projects/report_details/17715
the included patch fixes the quotes in the tests and they now pass.
http://smolder.plusthree.com/app/public_projects/report_details/17719
Attachments
Change History
Note: See
TracTickets for help on using
tickets.