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