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