summary refs log tree commit diff
path: root/bin/1sh/tests/parameters/optind2.0
blob: 3c5523469532250bbc302abd8f9e102956782427 (plain) (blame)
1
2
3
# $FreeBSD: releng/12.1/bin/sh/tests/parameters/optind2.0 259846 2013-12-24 22:38:24Z jilles $

[ "$(OPTIND=42 ${SH} -c 'printf %s "$OPTIND"')" = 1 ]