]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: organize tee tests in a subdirectory
authorCollin Funk <collin.funk1@gmail.com>
Thu, 11 Dec 2025 04:08:01 +0000 (20:08 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Fri, 12 Dec 2025 03:00:58 +0000 (19:00 -0800)
* tests/misc/tee.sh: Moved to tests/tee/tee.sh.
* tests/local.mk (all_tests): Adjust the file name.

tests/local.mk
tests/tee/tee.sh [moved from tests/misc/tee.sh with 100% similarity]

index 53560de0f73fe0cd25e3674e7170dab72d09f0e3..59aa18adfadae5bfe79755b540a720e67c37acc2 100644 (file)
@@ -465,7 +465,7 @@ all_tests =                                 \
   tests/tac/tac-2-nonseekable.sh               \
   tests/tail/tail.pl                           \
   tests/tee/append.sh                          \
-  tests/misc/tee.sh                            \
+  tests/tee/tee.sh                             \
   tests/test/test-N.sh                         \
   tests/test/test-diag.pl                      \
   tests/test/test-file.sh                      \
similarity index 100%
rename from tests/misc/tee.sh
rename to tests/tee/tee.sh