aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2024-02-27 14:12:27 +0000
committerPádraig Brady <P@draigBrady.com>2024-02-27 14:27:04 +0000
commitf3bcb59ebdb4705c8034c01e25758f6eff71df51 (patch)
treea0b62f178b32ea79f8dde24e440c3c72d1672c63 /tests
parenttests: simplify treatment of the $LOCALE_FR_UTF8 variable (diff)
downloadcoreutils-f3bcb59ebdb4705c8034c01e25758f6eff71df51.tar.gz
coreutils-f3bcb59ebdb4705c8034c01e25758f6eff71df51.zip
tests: move join tests to their own directory
* tests/misc/join-utf8.sh: Move to tests/join since there are now multiple join tests. * tests/misc/join.pl: Likewise.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/join/join-utf8.sh (renamed from tests/misc/join-utf8.sh)0
-rwxr-xr-xtests/join/join.pl (renamed from tests/misc/join.pl)0
-rw-r--r--tests/local.mk4
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/join-utf8.sh b/tests/join/join-utf8.sh
index 9af9e55ce..9af9e55ce 100755
--- a/tests/misc/join-utf8.sh
+++ b/tests/join/join-utf8.sh
diff --git a/tests/misc/join.pl b/tests/join/join.pl
index 39044fcd7..39044fcd7 100755
--- a/tests/misc/join.pl
+++ b/tests/join/join.pl
diff --git a/tests/local.mk b/tests/local.mk
index 2f6fa5b98..7cd1ef7b5 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -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 \