From: Pádraig Brady Date: Thu, 9 Apr 2026 15:30:13 +0000 (+0100) Subject: maint: move tty-eof.pl to misc directory X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef9ce5071b809597fbea1b42f8935c7cec836e4;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/local.mk b/tests/local.mk index 0df6223301..2bf49a143e 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