mirror of
https://github.com/git/git.git
synced 2026-01-11 21:33:13 +09:00
Merge branch 'ps/t1006-tap-fix'
Test fix. * ps/t1006-tap-fix: t1006: fix broken TAP format
This commit is contained in:
commit
362f69547f
@ -197,7 +197,7 @@ $content"
|
||||
# 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
|
||||
# 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
|
||||
else
|
||||
test_rest=test_expect_success
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user