]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/getopts2.0
MFV r337184: 9457 libzfs_import.c:add_config() has a memory leak
[FreeBSD/FreeBSD.git] / bin / sh / tests / builtins / getopts2.0
1 # $FreeBSD$
2 set - -ax
3 getopts ax option
4 set -C
5 getopts ax option
6 printf '%s\n' "$option"