From b9cf55a468c9e99afaf1ebc8dffb23dd92441998 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 13 Aug 2025 14:12:06 +0200 Subject: [PATCH] tests: py: Drop duplicate test in any/meta.t The expected invalid meta hour argument of 24:00 is tested already. Fixes: a6717ae094db2 ("evaluate: Fix for 'meta hour' ranges spanning date boundaries") Signed-off-by: Phil Sutter Reviewed-by: Pablo Neira Ayuso --- tests/py/any/meta.t | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/py/any/meta.t b/tests/py/any/meta.t index 74e4ba28..c5ab2ad9 100644 --- a/tests/py/any/meta.t +++ b/tests/py/any/meta.t @@ -221,7 +221,6 @@ meta hour "00:01" drop;ok meta hour "01:01" drop;ok meta hour "02:02" drop;ok meta hour "03:03" drop;ok -meta hour "24:00" drop;fail meta hour "23:59:60" drop;ok;meta hour "00:00" drop meta hour "00:00"-"02:02" drop;ok meta hour "01:01"-"03:03" drop;ok -- 2.47.3