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