From: Pádraig Brady
Date: Tue, 27 Feb 2024 14:12:27 +0000 (+0000) Subject: tests: move join tests to their own directory X-Git-Tag: v9.5~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3bcb59ebdb4705c8034c01e25758f6eff71df51;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/misc/join-utf8.sh b/tests/join/join-utf8.sh similarity index 100% rename from tests/misc/join-utf8.sh rename to tests/join/join-utf8.sh diff --git a/tests/misc/join.pl b/tests/join/join.pl similarity index 100% rename from tests/misc/join.pl rename to tests/join/join.pl diff --git a/tests/local.mk b/tests/local.mk index 2f6fa5b98f..7cd1ef7b5d 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 \