1*3e3895bfSKrzysztof Piecuch# $FreeBSD: head/bin/sh/tests/invocation/sh-fca1.0 322438 2017-08-12 19:17:48Z jilles $ 2*3e3895bfSKrzysztof Piecuch# Test that attached options before and after c are processed 3*3e3895bfSKrzysztof Piecuch 4*3e3895bfSKrzysztof Piecuchcase `${SH} -fca 'echo $-:$-:$0:$@' foo -bar` in 5*3e3895bfSKrzysztof Piecuch*f*:*a*:foo:-bar) true ;; 6*3e3895bfSKrzysztof Piecuch*) false ;; 7*3e3895bfSKrzysztof Piecuchesac 8