]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: organize expand and unexpand tests in a subdirectory
authorCollin Funk <collin.funk1@gmail.com>
Wed, 3 Dec 2025 05:32:07 +0000 (21:32 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 3 Dec 2025 05:32:07 +0000 (21:32 -0800)
* 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.

tests/expand/expand.pl [moved from tests/misc/expand.pl with 100% similarity]
tests/local.mk
tests/unexpand/unexpand.pl [moved from tests/misc/unexpand.pl with 100% similarity]

similarity index 100%
rename from tests/misc/expand.pl
rename to tests/expand/expand.pl
index 21eeaacb6daed745c01f91c43631fb7f50093e77..8d8ef2767c4bdf6a59b6926ee8ce71f204b4cbee 100644 (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                      \