Merge branch 'ps/t1006-tap-fix'

Test fix.

* ps/t1006-tap-fix:
  t1006: fix broken TAP format
maint
Junio C Hamano 2025-07-16 09:42:27 -07:00
commit 362f69547f
1 changed files with 1 additions and 1 deletions

View File

@ -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