]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: organize mktemp tests in a subdirectory
authorCollin Funk <collin.funk1@gmail.com>
Wed, 7 Jan 2026 02:47:21 +0000 (18:47 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 7 Jan 2026 02:52:48 +0000 (18:52 -0800)
* tests/misc/mktemp.pl: Moved to tests/mktemp/mktemp.pl.
* tests/local.mk (all_tests): Adjust the file name.

tests/local.mk
tests/mktemp/mktemp.pl [moved from tests/misc/mktemp.pl with 100% similarity]

index 074106e6756cc913cdc07dd80c87da8f2f657dfd..807eddac1e3cf0f6fe0e97977b992b57b53d9a99 100644 (file)
@@ -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                         \
similarity index 100%
rename from tests/misc/mktemp.pl
rename to tests/mktemp/mktemp.pl