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