# Test that attached options before c are processed

case `${SH} -ac 'echo $-:$0' moo` in
*a*:moo) true ;;
*) false ;;
esac
