aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5333-pseudo-merge-bitmaps.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t5333-pseudo-merge-bitmaps.sh')
-rwxr-xr-xt/t5333-pseudo-merge-bitmaps.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/t5333-pseudo-merge-bitmaps.sh b/t/t5333-pseudo-merge-bitmaps.sh
index 3905cb6e4f..1059ff45fe 100755
--- a/t/t5333-pseudo-merge-bitmaps.sh
+++ b/t/t5333-pseudo-merge-bitmaps.sh
@@ -6,6 +6,12 @@ GIT_TEST_MULTI_PACK_INDEX_WRITE_BITMAP=0
. ./test-lib.sh
+if ! test_have_prereq PERL_TEST_HELPERS
+then
+ skip_all='skipping pseudo-merge bitmap tests; Perl not available'
+ test_done
+fi
+
test_pseudo_merges () {
test-tool bitmap dump-pseudo-merges
}