summaryrefslogtreecommitdiff
path: root/t/t5310-pack-bitmaps.sh
diff options
context:
space:
mode:
authorDerrick Stolee <dstolee@microsoft.com>2021-11-29 13:47:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-11-29 18:23:50 (GMT)
commit8c4cbad6a3a1dcfd881dce810111888d9cbe08da (patch)
tree0916d6b89b60015b11fdb2e5183a7a28c05a5540 /t/t5310-pack-bitmaps.sh
parentb8de3d6e0221ca1d6c65bbce3cacc6a2206f89f5 (diff)
downloadgit-8c4cbad6a3a1dcfd881dce810111888d9cbe08da.zip
git-8c4cbad6a3a1dcfd881dce810111888d9cbe08da.tar.gz
git-8c4cbad6a3a1dcfd881dce810111888d9cbe08da.tar.bz2
t/t*: remove custom GIT_TRACE2_EVENT_NESTING
The previous change modified GIT_TRACE2_EVENT_NESTING by default within test-lib.sh. These custom assignments throughout the test suite are no longer necessary. Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5310-pack-bitmaps.sh')
-rwxr-xr-xt/t5310-pack-bitmaps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5310-pack-bitmaps.sh b/t/t5310-pack-bitmaps.sh
index dcf03d3..9104e84 100755
--- a/t/t5310-pack-bitmaps.sh
+++ b/t/t5310-pack-bitmaps.sh
@@ -35,7 +35,7 @@ test_expect_success 'setup writing bitmaps during repack' '
'
test_expect_success 'full repack creates bitmaps' '
- GIT_TRACE2_EVENT_NESTING=4 GIT_TRACE2_EVENT="$(pwd)/trace" \
+ GIT_TRACE2_EVENT="$(pwd)/trace" \
git repack -ad &&
ls .git/objects/pack/ | grep bitmap >output &&
test_line_count = 1 output &&