aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/getopts3.0
blob: 6087d73278b79ccdb5e96caa92c671ea3193359d (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/builtins/getopts3.0 265616 2014-05-07 21:45:25Z jilles $

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