Searched hist:226892 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/bin/sh/tests/builtins/
H A Dfor1.0226892 Fri Oct 28 23:06:57 MDT 2011 jilles sh: Add test for exit status of for loop without items.

POSIX says the exit status of a for loop without any items shall be 0. There
are no exceptions if the exit status of the previous command was not 0 or if
the item list contains a command substitution with non-zero exit status.

Completed in 56 milliseconds