From 0dd6508099b022277b35cd831d46bb7ac1706409 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 18 Jun 2026 13:07:03 -0700 Subject: [PATCH] SQUASH??? avoid test number clash by moving 3454-h-squash to 3455 --- t/meson.build | 2 +- t/{t3454-history-squash.sh => t3455-history-squash.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename t/{t3454-history-squash.sh => t3455-history-squash.sh} (100%) diff --git a/t/meson.build b/t/meson.build index d7ae5a46ef..63ea26b8ed 100644 --- a/t/meson.build +++ b/t/meson.build @@ -399,7 +399,7 @@ integration_tests = [ 't3451-history-reword.sh', 't3452-history-split.sh', 't3453-history-fixup.sh', - 't3454-history-squash.sh', + 't3455-history-squash.sh', 't3500-cherry.sh', 't3501-revert-cherry-pick.sh', 't3502-cherry-pick-merge.sh', diff --git a/t/t3454-history-squash.sh b/t/t3455-history-squash.sh similarity index 100% rename from t/t3454-history-squash.sh rename to t/t3455-history-squash.sh