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