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