Skip to content

Commit 85dd379

Browse files
committed
Merge branch 'lt/request-pull' into maint
* lt/request-pull: fix brown paper bag breakage in t5150-request-pull.sh
2 parents 63618af + 644edd0 commit 85dd379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5150-request-pull.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ test_expect_success 'pull request format' '
229229
cd local &&
230230
git request-pull initial "$downstream_url" full
231231
) >request &&
232-
grep ' tags/full$'
232+
grep " tags/full\$" request
233233
'
234234

235235
test_expect_success 'request-pull ignores OPTIONS_KEEPDASHDASH poison' '

0 commit comments

Comments
 (0)