mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 01:12:02 +02:00
maint: remove extraneous code from test
* tests/misc/usage_vs_refs.sh: Remove copy and paste slop. * tests/local.mk: Fix indentation.
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
|
||||
. "${srcdir=.}/tests/init.sh"; path_prepend_ ./src
|
||||
|
||||
# Currently only check short opts with corresponding long opt
|
||||
shortopts() { getopts $1 | cut -s -d"'" -f2; }
|
||||
longopts() { getopts $1 | cut -s -d'"' -f2; }
|
||||
|
||||
getopts() {
|
||||
skip='--help|--version' # These refs treated specially
|
||||
|
||||
Reference in New Issue
Block a user