bug-grep
[Top][All Lists]
Advanced

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

Re: Testsuite summary for GNU grep 2.13 : FAIL: 1


From: Paul Eggert
Subject: Re: Testsuite summary for GNU grep 2.13 : FAIL: 1
Date: Mon, 19 Nov 2012 21:03:24 -0800
User-agent: Mozilla/5.0 (X11; Linux i686; rv:16.0) Gecko/20121028 Thunderbird/16.0.2

On 11/19/2012 08:13 PM, Dennis Clarke wrote:
> See attached testsuite log file. 

The key failure seems to be that the following
works, when it should fail:

  mkdir a
  echo x | grep -f a/

This should exit with status 2, but it exits with
status 1.  Can you please try that test, and run
'truss' on the grep?  E.g.:

  export LC_ALL=C
  mkdir a
  echo x | truss -o tr ./grep -f a/

and see what's in 'tr'.




reply via email to

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