summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/invocation/sh-ca1.0
blob: 6fe78f1c57aa3ab922db3c156b713ea2eed6c73f (plain)
1
2
3
4
5
6
# Test that attached options after c are processed

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