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