From 51c69d4c6c6d4c2ea28fa0d63f91f0b74d49b88e Mon Sep 17 00:00:00 2001 From: Christian Goeschel Ndjomouo Date: Wed, 21 Jan 2026 19:48:12 -0500 Subject: [PATCH] tests: (cal) use more long options to improve test coverage accuracy Signed-off-by: Christian Goeschel Ndjomouo --- tests/expected/cal/{jan1753-m3w => jan1753-monday} | 0 tests/ts/cal/jan1753 | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/expected/cal/{jan1753-m3w => jan1753-monday} (100%) diff --git a/tests/expected/cal/jan1753-m3w b/tests/expected/cal/jan1753-monday similarity index 100% rename from tests/expected/cal/jan1753-m3w rename to tests/expected/cal/jan1753-monday diff --git a/tests/ts/cal/jan1753 b/tests/ts/cal/jan1753 index 5366e682f8..4c499e6d29 100755 --- a/tests/ts/cal/jan1753 +++ b/tests/ts/cal/jan1753 @@ -39,7 +39,7 @@ function call_cal { ts_finalize_subtest } -call_cal "Monday-based 1753 week numbers" -m3w $MYMONTH +call_cal "Monday-based 1753 week numbers" --monday --three --week $MYMONTH call_cal "Sunday-based 1753 week numbers" -3w $MYMONTH ts_finalize -- 2.47.3