bug-gnulib
[Top][All Lists]
Advanced

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

Re: two more new warning/errors in coreutils/gnulib tests


From: Bruno Haible
Subject: Re: two more new warning/errors in coreutils/gnulib tests
Date: Sat, 9 Jul 2011 00:54:07 +0200
User-agent: KMail/1.9.9

Hi Eric,

> -  system (command);
> +  ignore_value (system (command));

Can you please remind me: Why not

  ASSERT (system (command) == 0);   ?

On Unix platforms, if system() returns nonzero, the user running the test
better ought to know it, no?

Bruno
-- 
In memoriam Jean Moulin <http://en.wikipedia.org/wiki/Jean_Moulin>



reply via email to

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