Merge branch 'ps/t1006-tap-fix'
Test fix. * ps/t1006-tap-fix: t1006: fix broken TAP formatmaint
commit
362f69547f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue