summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/builtins/case16.0
blob: e1ec8f1c9272bbe33818f97a1c43912f25973489 (plain)
1
2
3
4
5
6

f() { return 42; }
f
case x in
x) [ $? = 42 ] ;;
esac