#3022 closed task (fixed)
M4-1.4.16 test-readlink fail
Reported by: | Pierre | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.1 |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
There is a know test fail on M4 1.4.16: https://lists.gnu.org/archive/html/bug-m4/2011-10/msg00000.html
Seems to related to Gnulib or Kernel, but seems not fatal as patches exist around to have successful tests. I've attached the patch to correct the test.
Attachments (1)
Change History (4)
by , 13 years ago
Attachment: | m4-1.4.16-fix-test-readlink.patch added |
---|
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed wit a sed in revision 9748.
comment:3 by , 13 years ago
Considering the manpage (2) for readlink, I'd suggest sticking with EINVAL only (instead of EINVAL or ENOENT). Besides, an empty name is not a valid name "per se".
On a side note, this problem happens on another project as well, autoconf if I'm not mistaken. "find -name 'test-readlink*.h'" should do the trick of finding the culprit/header.
Note:
See TracTickets
for help on using tickets.
Well do I need to add it impact chapter 6.26?