Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 58095
Status: resolved
Priority: 0/
Queue: PAR-Packer

People
Owner: RSCHUPP [...] cpan.org
Requestors: rg [...] cosma.name
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: test fails on OS X
Date: Thu, 3 Jun 2010 18:50:42 +0300
To: bug-PAR-Packer [...] rt.cpan.org
From: Razvan Cosma <rg [...] cosma.name>
t/30-current_exec.t ...... 1/4 Can't exec "/Volumes/acasa/razvancosma/Library/Application": Permission denied at t/30-current_exec.t line 44. Loks like a simple oversight - the path includes a space at "../Library/Application Support/..."
Show quoted text
> Loks like a simple oversight ...
No, it's no that simple :( Since the Perl core has no portable method to run /command/with/b l a n k s/in/the/pathname *without any arguments* and catch its output, we now use IPC::Run3 in t/30-current_exec.t and hence test_requires it. Committed, will be in the next release. Cheers, Roderich