Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ab/ref-filter-no-contains' into next
author
Junio C Hamano
<gitster@pobox.com>
Fri, 18 Aug 2017 20:52:48 +0000
(13:52 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 18 Aug 2017 20:52:48 +0000
(13:52 -0700)
A test fix.
* ab/ref-filter-no-contains:
tests: don't give unportable ">" to "test" built-in, use -gt
t/t7004-tag.sh
patch
|
blob
|
history
raw
(from parent 1:
14c5893
)
diff --git
a/t/t7004-tag.sh
b/t/t7004-tag.sh
index dd5ba450ee4b33801dc39d0b57e4c4b08c1dfd62..dbcd6f623c7e233b487d4d0c1dd7d71cb34059b0 100755
(executable)
--- a/
t/t7004-tag.sh
+++ b/
t/t7004-tag.sh
@@
-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' '