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

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