summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/getopts3.0
blob: 5a24adbb7a3751fa8cb7f99412ad5821ffa72cee (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.1/bin/sh/tests/builtins/getopts3.0 265616 2014-05-07 21:45:25Z jilles $

shift $#
getopts x opt
r=$?
[ "$r" != 0 ] && [ "$OPTIND" = 1 ]