summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/getopts7.0
blob: 58afa5002ee40f587ba36bfb64e94327cc5bb81d (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/builtins/getopts7.0 265844 2014-05-10 17:42:21Z jilles $

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