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