xref: /freebsd/bin/sh/tests/invocation/sh-ac1.0 (revision 2cc32af06fd095dfca28010bd0b18e3ec8569120)
1*2cc32af0SJilles Tjoelker# $FreeBSD$
2*2cc32af0SJilles Tjoelker# Test that attached options before c are processed
3*2cc32af0SJilles Tjoelker
4*2cc32af0SJilles Tjoelkercase `${SH} -ac 'echo $-:$0' moo` in
5*2cc32af0SJilles Tjoelker*a*:moo) true ;;
6*2cc32af0SJilles Tjoelker*) false ;;
7*2cc32af0SJilles Tjoelkeresac
8