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