]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6021-rev-list-exclude-hidden.sh
fetch: support hideRefs to speed up connectivity checks
[thirdparty/git.git] / t / t6021-rev-list-exclude-hidden.sh
index 11c50b7c0dd85c629ef9687eb81d36543939bddd..1a9d37e63862f03877fe3d02b94ec8428e7ea01a 100755 (executable)
@@ -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 &&