summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/getopts2.0
blob: 2f83d992f1c3cdd2300e152f594d38556296f0d6 (plain) (blame)
1
2
3
4
5
6
# $FreeBSD: releng/12.1/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"