Package: coreutils Version: 5.2.1-2 Hi folks,
IMHO
x=""; test -n $x && echo true
should either produce the same result as
test -n "" && echo true
, or the first version should produce an error message
due to the missing argument. But it doesn't.
Regards
Harri
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

