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