Skip to content

Commit 1eb539a

Browse files
committed
Merge branch 'ab/ref-filter-no-contains' into maint
A test fix. * ab/ref-filter-no-contains: tests: don't give unportable ">" to "test" built-in, use -gt
2 parents ea8bf00 + dff2813 commit 1eb539a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7004-tag.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ EOF"
18881888
run_with_limited_stack git tag --contains HEAD >actual &&
18891889
test_cmp expect actual &&
18901890
run_with_limited_stack git tag --no-contains HEAD >actual &&
1891-
test_line_count ">" 10 actual
1891+
test_line_count "-gt" 10 actual
18921892
'
18931893

18941894
test_expect_success '--format should list tags as per format given' '

0 commit comments

Comments
 (0)