Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the ack CPAN distribution.

Maintainer(s)' notes

ack's issues are tracked at https://github.com/petdance/ack2

Report information
The Basics
Id: 88373
Status: new
Priority: 0/
Queue: ack

People
Owner: Nobody in particular
Requestors: HMBRAND [...] cpan.org
Cc:
AdminCc:

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



Subject: Missing /proc/fd should not cause fail
Some systems simply do not have /proc/fd $ ls /proc/fd ls: cannot access /proc/fd: No such file or directory $ cat /proc/version Linux version 2.6.32.12 (root@build3) (gcc version 4.2.1) #3211 Tue Apr 16 20:04:57 CST 2013 t/process-substitution.t ..... 1/1 # Failed test at t/process-substitution.t line 55. # Structures begin differing at: # $got->[0] = 'ack: /dev/fd/63: No such file or directory' # $expected->[0] = 'THIS IS ALL IN UPPER CASE' # actual[ # 'ack: /dev/fd/63: No such file or directory', # 'ack: /dev/fd/63: No such file or directory' # ] # expected[ # 'THIS IS ALL IN UPPER CASE', # 'this is a word here' # ] # Looks like you failed 1 test of 1. t/process-substitution.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests