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