summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/colon.tests
blob: ea3b4d5f3939e4a95667bb9666e898f54204e0ba (plain)
1
2
3
4
5
6
false
:
echo $?
# Extra ; after done is due to a bug
(while :; do exit; done;)
echo OK: $?