summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/getopts7.0
blob: 3745555f8c1a195a0dfd3e16883a51cb5c03f2b3 (plain)
1
2
3
4
5
6
# $FreeBSD$

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