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

case x$(false) in
x)	;&
y)	[ $? != 0 ] ;;
z)	false ;;
esac