From eef9ce5071b809597fbea1b42f8935c7cec836e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Thu, 9 Apr 2026 16:30:13 +0100 Subject: [PATCH] maint: move tty-eof.pl to misc directory * tests/tty/tty-eof.pl: Rename to ... * tests/misc/tty-eof.pl: ... this more general directory. * tests/local.mk: Adjust accordingly. --- tests/local.mk | 2 +- tests/{tty => misc}/tty-eof.pl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{tty => misc}/tty-eof.pl (100%) diff --git a/tests/local.mk b/tests/local.mk index 0df622330..2bf49a143 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -181,7 +181,7 @@ all_tests = \ tests/rm/cycle.sh \ tests/cp/link-heap.sh \ tests/cp/no-ctx.sh \ - tests/tty/tty-eof.pl \ + tests/misc/tty-eof.pl \ tests/misc/io-errors.sh \ tests/misc/read-errors.sh \ tests/misc/warning-errors.sh \ diff --git a/tests/tty/tty-eof.pl b/tests/misc/tty-eof.pl similarity index 100% rename from tests/tty/tty-eof.pl rename to tests/misc/tty-eof.pl