1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-10 17:31:56 +02:00

maint: organize expand and unexpand tests in a subdirectory

* tests/misc/expand.pl: Move to tests/expand/expand.pl.
* tests/misc/unexpand.pl: Move to tests/unexpand/unexpand.pl.
* tests/local.mk (all_tests): Adjust file names.
This commit is contained in:
Collin Funk
2025-12-02 21:32:07 -08:00
parent 649be7359e
commit bc1d66f8a5
3 changed files with 2 additions and 2 deletions

View File

@@ -330,7 +330,7 @@ all_tests = \
tests/env/env-null.sh \
tests/env/env-S.pl \
tests/env/env-S-script.sh \
tests/misc/expand.pl \
tests/expand/expand.pl \
tests/expand/bounded-memory.sh \
tests/expr/expr.pl \
tests/expr/expr-multibyte.pl \
@@ -487,7 +487,7 @@ all_tests = \
tests/tty/tty.sh \
tests/misc/usage_vs_getopt.sh \
tests/misc/getopt_vs_usage.sh \
tests/misc/unexpand.pl \
tests/unexpand/unexpand.pl \
tests/unexpand/bounded-memory.sh \
tests/uniq/uniq.pl \
tests/uniq/uniq-perf.sh \