From: Collin Funk Date: Thu, 11 Dec 2025 04:08:01 +0000 (-0800) Subject: maint: organize tee tests in a subdirectory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6956163ee51e18d6580f9a5ce6adbc6c084d5c16;p=thirdparty%2Fcoreutils.git maint: organize tee tests in a subdirectory * tests/misc/tee.sh: Moved to tests/tee/tee.sh. * tests/local.mk (all_tests): Adjust the file name. --- diff --git a/tests/local.mk b/tests/local.mk index 53560de0f7..59aa18adfa 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -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 \ diff --git a/tests/misc/tee.sh b/tests/tee/tee.sh similarity index 100% rename from tests/misc/tee.sh rename to tests/tee/tee.sh