busybox/shell/hush_test/hush-misc/if_false_exitcode.tests

3 lines
39 B
Plaintext
Raw Normal View History

if false; then echo Bad; fi
echo Ok:$?