mirror of
https://github.com/git/git.git
synced 2024-11-27 12:03:55 +08:00
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
This commit is contained in:
commit
1eb539a9b3
@ -1888,7 +1888,7 @@ EOF"
|
||||
run_with_limited_stack git tag --contains HEAD >actual &&
|
||||
test_cmp expect actual &&
|
||||
run_with_limited_stack git tag --no-contains HEAD >actual &&
|
||||
test_line_count ">" 10 actual
|
||||
test_line_count "-gt" 10 actual
|
||||
'
|
||||
|
||||
test_expect_success '--format should list tags as per format given' '
|
||||
|
Loading…
Reference in New Issue
Block a user