aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6021-rev-list-exclude-hidden.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t6021-rev-list-exclude-hidden.sh')
-rwxr-xr-xt/t6021-rev-list-exclude-hidden.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t6021-rev-list-exclude-hidden.sh b/t/t6021-rev-list-exclude-hidden.sh
index 32b2b09413..1a9d37e638 100755
--- a/t/t6021-rev-list-exclude-hidden.sh
+++ b/t/t6021-rev-list-exclude-hidden.sh
@@ -2,6 +2,7 @@
test_description='git rev-list --exclude-hidden test'
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_expect_success 'setup' '
@@ -21,7 +22,7 @@ test_expect_success 'invalid section' '
test_cmp expected err
'
-for section in receive uploadpack
+for section in fetch receive uploadpack
do
test_expect_success "$section: passed multiple times" '
echo "fatal: --exclude-hidden= passed more than once" >expected &&