Merge branch 'th/t6101-unhide-git-failures'

Test cleanup.

* th/t6101-unhide-git-failures:
  t6101: avoid suppressing git's exit code
This commit is contained in:
Junio C Hamano
2026-04-06 15:42:50 -07:00

View File

@@ -39,7 +39,8 @@ test_expect_success 'setup' '
'
test_expect_success 'start is valid' '
git rev-parse start | grep "^$OID_REGEX$"
git rev-parse start >actual &&
test_grep "^$OID_REGEX$" actual
'
test_expect_success 'start^0' '