summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/case14.0
blob: f6a68cb4d138f2e1552418bd2478a49a0c8941a4 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/builtins/case14.0 230154 2012-01-15 20:04:05Z jilles $

case `false` in
no) exit 3 ;;
esac