bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: grep 2.5 test failures on HP-UX 11.00


From: Alfred M. Szmidt
Subject: Re: grep 2.5 test failures on HP-UX 11.00
Date: Tue, 07 Jan 2003 21:39:31 +0100

   I got two failures on `make check`. The first, big, one was that most files
   tests/*.sh weren't executable; they had mode 644 rather than something like
   755. That caused these errors:

This is a known issue.

   The failed test is this, from tests/bre.script:

The test it self is flawed.  Try running:

echo '{' | { src/grep -e '\{' > /dev/null 2>&1; echo $? ; }

You should get an exit status of 0 (all tests after #16 are broken in
a similar manner, I have not looked into why though).

Thanks for the report.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]