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