summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/getopts2.0
blob: 607d35e50182893b9a5342ae8a09aa19234fa13a (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: head/bin/sh/tests/builtins/getopts2.0 297752 2016-04-09 16:06:13Z jilles $
set - -ax
getopts ax option
set -C
getopts ax option
printf '%s\n' "$option"