summaryrefslogtreecommitdiff
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.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t6021-rev-list-exclude-hidden.sh b/t/t6021-rev-list-exclude-hidden.sh
index 11c50b7c0d..1a9d37e638 100755
--- a/t/t6021-rev-list-exclude-hidden.sh
+++ b/t/t6021-rev-list-exclude-hidden.sh
@@ -22,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 &&