Ticket #406 (closed bug: fixed)
t/examples/library.t - pcre check flawed
Reported by: | coke | Owned by: | jkeenan |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | library | Version: | |
Severity: | medium | Keywords: | |
Cc: | coke, notfound, petdance | Language: | |
Patch status: | new | Platform: |
Description
config/auto/pcre.pm controls whether parrot is configured with pcre or not; however t/examples/library.t simply calls 'pcre-config' instead of asking parrot if it was configured with PCRE.
This causes the test to fail if a version of pcre-config is available but not suitable for usage with the parrot PCRE library.
Test should be updated to respect the parrot config instead of checking again.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.