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

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

grep 2.5.1: two errors in 'make check'


From: Patrick Smith
Subject: grep 2.5.1: two errors in 'make check'
Date: Sat, 01 Feb 2003 13:49:42 -0500
User-agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.2.1) Gecko/20030113

I just built grep 2.5.1 on a PowerPC running Linux, and make check reported two errors.

The first report is

        Spencer test #55 failed
        FAIL: spencer1.sh

This test does

        echo - | grep -E -e '(*)b'

expecting exit code 1. Instead, the exit code is 2 and grep prints this message:

        grep: Unmatched ) or \)

The second report is

        Options: Bond, test \#2 failed
        FAIL: backref.sh

This test does

        echo civic | grep -E -e \
           '^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?).?\9\8\7\6\5\4\3\2\1$'

expecting exit code 0.  Instead, the exit code is 1, with no output.





reply via email to

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