summaryrefslogtreecommitdiffstats
path: root/tests/misc/usage_vs_refs.sh
AgeCommit message (Collapse)AuthorLines
2026-02-09maint: remove extraneous code from testPádraig Brady-3/+0
* tests/misc/usage_vs_refs.sh: Remove copy and paste slop. * tests/local.mk: Fix indentation.
2026-01-23tests: usage_vs_refs.sh: fix false failure with AlpinePádraig Brady-1/+1
* tests/misc/usage_vs_refs.sh: Fix missing escape on literal {, required by busybox grep. Reported by Bruno Haible.
2026-01-22doc: use TERM=dumb rather than HELP_NO_MARKUP to disable markupPádraig Brady-1/+1
This is a more standard mechanism to disable markup. * src/system.h (oputs_): Logic change to honor TERM=dumb, rather than HELP_NO_MARKUP=something. * doc/coreutils.texi: Adjust the description for --help. * man/local.mk: Ensure TERM is set to something, so that man pages have links included. * man/viewman: Just honor users $TERM. * tests/misc/getopt_vs_usage.sh: Remove env var complication, as TERM is unset automatically. * tests/misc/usage_vs_refs.sh: Likewise. * NEWS: Adjust the change in behavior note.
2026-01-21tests: avoid false failure with non standard pathPádraig Brady-2/+2
* tests/misc/usage_vs_refs.sh: Properly quote arguments to avoid false failure with paths containing spaces etc.
2026-01-21tests: ensure there is an anchor for each --help optionPádraig Brady-0/+71
* tests/misc/usage_vs_refs.sh: A new test to correlation options listed in --help, and anchors referenced in the texinfo (html) manual. * tests/local.mk: Add the new test.