From 6956163ee51e18d6580f9a5ce6adbc6c084d5c16 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 10 Dec 2025 20:08:01 -0800 Subject: [PATCH] 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. --- tests/local.mk | 2 +- tests/{misc => tee}/tee.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{misc => tee}/tee.sh (100%) 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 -- 2.47.3