aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/invocation/sh-ac1.0
blob: 8386679a6653df035c70f55db252b78c26bccefa (plain) (blame)
1
2
3
4
5
6
# Test that attached options before c are processed

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