hush: fix "true | func_with_return" not allowing return.
[oweals/busybox.git] / shell / ash_test / ash-misc / exitcode1.tests
1 false || case a in a) echo One:$?;; esac
2 echo Zero:$?