* 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 04c80dc9e..51d50133c 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -464,7 +464,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.52.0


Reply via email to