summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/getopts7.0
blob: b8f884a458b105b9ee4e70a3447c72689b98169d (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.1/bin/sh/tests/builtins/getopts7.0 265844 2014-05-10 17:42:21Z jilles $

set -- -x
getopts :x: var
r=$?
[ r != 0 ] && [ "$OPTIND" = 2 ]