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

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

grep 2.5: Failed test in bre.sh


From: Jan D.
Subject: grep 2.5: Failed test in bre.sh
Date: Mon, 18 Mar 2002 18:37:02 +0100 (CET)

Hello.

The test #16 in test/bre.script fails for grep 2.5:

% echo '{' | { ${GREP} -e '\{' > /dev/null 2>&1; echo $? ; }
127

Shortening this gives:
% echo '{' | ${GREP} -e '\{' 
grep: Unmatched \{

For grep 2.4.2 it works:
% grep --version
grep (GNU grep) 2.4.2
...
% echo '{' | grep -e '\{'
{

        Jan D.




reply via email to

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