xref: /dflybsd-src/tools/regression/bin/sh/builtins/getopts2.0 (revision 3e3895bf4584c1562faf4533cbd97026ee6a8dcf)
1# $FreeBSD: head/bin/sh/tests/builtins/getopts2.0 297752 2016-04-09 16:06:13Z jilles $
2set - -ax
3getopts ax option
4set -C
5getopts ax option
6printf '%s\n' "$option"
7