xref: /dflybsd-src/tools/regression/bin/sh/builtins/getopts2.0 (revision 2096fe9a6eb0e90e96a0872c8a73a9e80383c77f)
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