mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-21 01:18:48 -05:00
Merge branch 'ps/t1006-tap-fix'
Test fix. * ps/t1006-tap-fix: t1006: fix broken TAP format
This commit is contained in:
@@ -197,7 +197,7 @@ $content"
|
|||||||
# FIXME: %(rest) is incompatible with object names that include whitespace,
|
# FIXME: %(rest) is incompatible with object names that include whitespace,
|
||||||
# e.g. HEAD:path/to/a/file with spaces. Use the resolved OID as input to
|
# e.g. HEAD:path/to/a/file with spaces. Use the resolved OID as input to
|
||||||
# test this instead of the raw object name.
|
# test this instead of the raw object name.
|
||||||
if echo "$object_name" | grep " "; then
|
if echo "$object_name" | grep -q " "; then
|
||||||
test_rest=test_expect_failure
|
test_rest=test_expect_failure
|
||||||
else
|
else
|
||||||
test_rest=test_expect_success
|
test_rest=test_expect_success
|
||||||
|
|||||||
Reference in New Issue
Block a user