aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/if_false_exitcode.tests
blob: 01b36b100838684421052402cdfc1ce12b08b64e (plain)
1
2
if false; then echo Bad; fi
echo Ok:$?