* 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/{misc => expand}/expand.pl | 0
tests/local.mk | 4 ++--
tests/{misc => unexpand}/unexpand.pl | 0
3 files changed, 2 insertions(+), 2 deletions(-)
rename tests/{misc => expand}/expand.pl (100%)
rename tests/{misc => unexpand}/unexpand.pl (100%)
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 21eeaacb6..8d8ef2767 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
--
2.52.0