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