Current-Users archive

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

Re: failing regression tests (please fix them!)



On Wed, Jun 02, 2010 at 08:00:49PM +0000, Christos Zoulas wrote:
 > All the failed sh(1) tests are because of the extra level of quoting/eval
 > the atf introduces:
 > 
 >     eval '(set -e; false; echo ERR$?); echo -n OK$?'
 > 
 > vs.
 > 
 >     (set -e; false; echo ERR$?); echo -n OK$?
 > 
 > Looks like eval is busted :-)

Yes, yes it is...

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index