]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: move join tests to their own directory
authorPádraig Brady <P@draigBrady.com>
Tue, 27 Feb 2024 14:12:27 +0000 (14:12 +0000)
committerPádraig Brady <P@draigBrady.com>
Tue, 27 Feb 2024 14:27:04 +0000 (14:27 +0000)
* tests/misc/join-utf8.sh: Move to tests/join
since there are now multiple join tests.
* tests/misc/join.pl: Likewise.

tests/join/join-utf8.sh [moved from tests/misc/join-utf8.sh with 100% similarity]
tests/join/join.pl [moved from tests/misc/join.pl with 100% similarity]
tests/local.mk

similarity index 100%
rename from tests/misc/join.pl
rename to tests/join/join.pl
index 2f6fa5b98f63fd7b0ad039f37cb13b6359e49750..7cd1ef7b5d68b21c7a94d85405e8468e44c8f42a 100644 (file)
@@ -272,8 +272,6 @@ all_tests =                                 \
   tests/od/od-float.sh                         \
   tests/misc/mktemp.pl                         \
   tests/misc/arch.sh                           \
-  tests/misc/join.pl                           \
-  tests/misc/join-utf8.sh                      \
   tests/pr/pr-tests.pl                         \
   tests/pwd/pwd-option.sh                      \
   tests/chcon/chcon-fail.sh                    \
@@ -334,6 +332,8 @@ all_tests =                                 \
   tests/cksum/md5sum-bsd.sh                    \
   tests/cksum/md5sum-newline.pl                        \
   tests/cksum/md5sum-parallel.sh               \
+  tests/join/join.pl                           \
+  tests/join/join-utf8.sh                      \
   tests/misc/mknod.sh                          \
   tests/nice/nice.sh                           \
   tests/nice/nice-fail.sh                      \