Re: sysexits: test failure on HP-UX

2007-03-26 Thread Simon Josefsson
Bruno Haible <[EMAIL PROTECTED]> writes: > The sysexits test that I wrote verifies that all values from EX_OK to > EX_CONFIG > are present and have distinct values. > > This fails on HP-UX. It has a file which contains only te values > up to EX_NOPERM. The values are the same, though (at least :

sysexits: test failure on HP-UX

2007-03-25 Thread Bruno Haible
The sysexits test that I wrote verifies that all values from EX_OK to EX_CONFIG are present and have distinct values. This fails on HP-UX. It has a file which contains only te values up to EX_NOPERM. The values are the same, though (at least :-)). Here is a proposed patch to extend the HP-UX wi