summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/case18.0
blob: 470253f622eadd18c25e8a4cb8433888e1c8dcb7 (plain)
1
2
3
4
5
6
7
# $FreeBSD$

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