From: Collin Funk Date: Wed, 3 Dec 2025 05:32:07 +0000 (-0800) Subject: maint: organize expand and unexpand tests in a subdirectory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1d66f8a503b9cc15d6f83a13bae1a93e8f909d;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/misc/expand.pl b/tests/expand/expand.pl similarity index 100% rename from tests/misc/expand.pl rename to tests/expand/expand.pl diff --git a/tests/local.mk b/tests/local.mk index 21eeaacb6d..8d8ef2767c 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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 \ diff --git a/tests/misc/unexpand.pl b/tests/unexpand/unexpand.pl similarity index 100% rename from tests/misc/unexpand.pl rename to tests/unexpand/unexpand.pl