xref: /freebsd/bin/sh/tests/invocation/sh-ca1.0 (revision 22cf89c938886d14f5796fc49f9f020c23ea8eaf)
1# Test that attached options after c are processed
2
3case `${SH} -ca 'echo $-:$0' moo` in
4*a*:moo) true ;;
5*) false ;;
6esac
7