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