We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0713d3b + 849988b commit 039888fCopy full SHA for 039888f
1 file changed
t/t6101-rev-parse-parents.sh
@@ -39,7 +39,8 @@ test_expect_success 'setup' '
39
'
40
41
test_expect_success 'start is valid' '
42
- git rev-parse start | grep "^$OID_REGEX$"
+ git rev-parse start >actual &&
43
+ test_grep "^$OID_REGEX$" actual
44
45
46
test_expect_success 'start^0' '
0 commit comments