summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/elif1.tests
blob: 77b8a25ea29bd0126189c520fcdcfa4623c01b92 (plain)
1
2
3
4
5
6
if false; then
    :
elif echo 'ELIF1'; echo 'ELIF2'; then
    echo "ELIF THEN"
fi
echo "Ok:$?"