From ace08f3722ea83041575beb1074173a0b8db039f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 15 Jul 2025 15:00:12 +0200 Subject: [PATCH] Bug 40389: Remove t/dummy.t This file should have been removed years ago. See the history: commit a5a419616ddaf81e2a9dc6a87ab92bcf2b336fde Date: Tue Aug 28 01:50:55 2007 +0100 Disable tests @ t/dummy.t:1 @ +# Dummy test until Test::Harness or similar +# is used by the other tests to check deps. +print "1..1\nok 1\n"; Then commit 7f019954460801a5fe480640cf2674dbcca9f625 Date: Fri Dec 7 17:15:22 2007 -0600 installer (part 3): enabled 'make test' - # disable tests - 'test' => {TESTS => 't/dummy.t'}, Signed-off-by: David Nind --- t/dummy.t | 4 ---- 1 file changed, 4 deletions(-) delete mode 100755 t/dummy.t diff --git a/t/dummy.t b/t/dummy.t deleted file mode 100755 index 3eb62d46791..00000000000 --- a/t/dummy.t +++ /dev/null @@ -1,4 +0,0 @@ -# Dummy test until Test::Harness or similar -# is used by the other tests to check deps. -use Modern::Perl; -print "1..1\nok 1\n"; -- 2.39.5