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