[I'm not the maintainer of bash.]

* Filipus Klutiero <chea...@gmail.com>, 2014-01-12, 00:23:
According to the part on test of bash's manpage:
1 argument
The expression is true if and only if the argument is not null.

Yet:
$ test 0; echo $?
0

0 is not null, so the expression is true, so the exit code is 0. What else did you expect?

--
Jakub Wilk


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to