diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2008-08-27 20:26:34 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2008-08-27 20:26:34 +0000 |
| commit | 8d372294f98a4e8c03720b028d8aab2d4144a159 (patch) | |
| tree | 3d712f5b065908305a116779c5341625b55c55c7 /tools | |
| parent | 9144fae127d648fcb3c7ff88cd298d319ccd80cb (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/regression/bin/sh/builtins/getopts2.0 | 6 | ||||
| -rw-r--r-- | tools/regression/bin/sh/builtins/getopts2.0.stdout | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/tools/regression/bin/sh/builtins/getopts2.0 b/tools/regression/bin/sh/builtins/getopts2.0 new file mode 100644 index 000000000000..5a5dbe20cb6a --- /dev/null +++ b/tools/regression/bin/sh/builtins/getopts2.0 @@ -0,0 +1,6 @@ +# $FreeBSD$ +set - -ax +getopts ax option +set -C +getopts ax option +echo $option diff --git a/tools/regression/bin/sh/builtins/getopts2.0.stdout b/tools/regression/bin/sh/builtins/getopts2.0.stdout new file mode 100644 index 000000000000..587be6b4c3f9 --- /dev/null +++ b/tools/regression/bin/sh/builtins/getopts2.0.stdout @@ -0,0 +1 @@ +x |
