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