From f3bcb59ebdb4705c8034c01e25758f6eff71df51 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Tue, 27 Feb 2024 14:12:27 +0000 Subject: [PATCH] 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. --- tests/{misc => join}/join-utf8.sh | 0 tests/{misc => join}/join.pl | 0 tests/local.mk | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/{misc => join}/join-utf8.sh (100%) rename tests/{misc => join}/join.pl (100%) 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 \ -- 2.47.2