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