xref: /freebsd/bin/sh/tests/invocation/sh-fca1.0 (revision 214e3e09b3381e44bf5d9c1dcd19c4b1b923a796)
1# Test that attached options before and after c are processed
2
3case `${SH} -fca 'echo $-:$-:$0:$@' foo -bar` in
4*f*:*a*:foo:-bar) true ;;
5*) false ;;
6esac
7