Skip to content

Commit 039888f

Browse files
committed
Merge branch 'th/t6101-unhide-git-failures'
Test cleanup. * th/t6101-unhide-git-failures: t6101: avoid suppressing git's exit code
2 parents 0713d3b + 849988b commit 039888f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

t/t6101-rev-parse-parents.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ test_expect_success 'setup' '
3939
'
4040

4141
test_expect_success 'start is valid' '
42-
git rev-parse start | grep "^$OID_REGEX$"
42+
git rev-parse start >actual &&
43+
test_grep "^$OID_REGEX$" actual
4344
'
4445

4546
test_expect_success 'start^0' '

0 commit comments

Comments
 (0)