We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea8bf00 + dff2813 commit 1eb539aCopy full SHA for 1eb539a
1 file changed
t/t7004-tag.sh
@@ -1888,7 +1888,7 @@ EOF"
1888
run_with_limited_stack git tag --contains HEAD >actual &&
1889
test_cmp expect actual &&
1890
run_with_limited_stack git tag --no-contains HEAD >actual &&
1891
- test_line_count ">" 10 actual
+ test_line_count "-gt" 10 actual
1892
'
1893
1894
test_expect_success '--format should list tags as per format given' '
0 commit comments