From: Collin Funk Date: Wed, 7 Jan 2026 02:47:21 +0000 (-0800) Subject: maint: organize mktemp tests in a subdirectory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fcdd37fbd78289ed3a1ed43231d619cee9b7eb1;p=thirdparty%2Fcoreutils.git maint: organize mktemp tests in a subdirectory * tests/misc/mktemp.pl: Moved to tests/mktemp/mktemp.pl. * tests/local.mk (all_tests): Adjust the file name. --- diff --git a/tests/local.mk b/tests/local.mk index 074106e675..807eddac1e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -280,7 +280,7 @@ all_tests = \ tests/od/od-endian.sh \ tests/od/od-float.sh \ tests/mktemp/bad-unicode.sh \ - tests/misc/mktemp.pl \ + tests/mktemp/mktemp.pl \ tests/misc/arch.sh \ tests/pr/bounded-memory.sh \ tests/pr/pr-tests.pl \ diff --git a/tests/misc/mktemp.pl b/tests/mktemp/mktemp.pl similarity index 100% rename from tests/misc/mktemp.pl rename to tests/mktemp/mktemp.pl