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