xref: /freebsd/bin/sh/tests/parameters/optind2.0 (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1
2[ "$(OPTIND=42 ${SH} -c 'printf %s "$OPTIND"')" = 1 ]
3