summaryrefslogtreecommitdiff
path: root/t/t5328-commit-graph-64bit-time.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5328-commit-graph-64bit-time.sh')
-rwxr-xr-xt/t5328-commit-graph-64bit-time.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5328-commit-graph-64bit-time.sh b/t/t5328-commit-graph-64bit-time.sh
index a766a3e3f8..d8891e6a92 100755
--- a/t/t5328-commit-graph-64bit-time.sh
+++ b/t/t5328-commit-graph-64bit-time.sh
@@ -74,7 +74,7 @@ test_expect_success 'single commit with generation data exceeding UINT32_MAX' '
git -C repo-uint32-max commit-graph verify
'
-test_expect_success 'reader notices out-of-bounds generation overflow' '
+test_expect_success PERL_TEST_HELPERS 'reader notices out-of-bounds generation overflow' '
graph=.git/objects/info/commit-graph &&
test_when_finished "rm -rf $graph" &&
git commit-graph write --reachable &&