aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/invocation/sh-ca1.0
blob: c743a1ebfc7b463a942f86b75e28b026f4f96e14 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: head/bin/sh/tests/invocation/sh-ca1.0 322438 2017-08-12 19:17:48Z jilles $
# Test that attached options after c are processed

case `${SH} -ca 'echo $-:$0' moo` in
*a*:moo) true ;;
*) false ;;
esac