X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5150-request-pull.sh;h=7c1dc641dec809fe314dcba7a4946154e8422f9b;hb=1b058bc30df5f79fe7449cacd8ae7128944327f7;hp=ea6f692bafa9f2c4f81985a50ed79a1c5016b493;hpb=357ba5cf0d4c77c6b4ad8d2cc604392687a3e2a6;p=git.git diff --git a/t/t5150-request-pull.sh b/t/t5150-request-pull.sh index ea6f692ba..7c1dc641d 100755 --- a/t/t5150-request-pull.sh +++ b/t/t5150-request-pull.sh @@ -67,9 +67,11 @@ test_expect_success 'setup: two scripts for reading pull requests' ' cat <<-\EOT >read-request.sed && #!/bin/sed -nf + # Note that a request could ask for "tag $tagname" / in the git repository at:$/!d n /^$/ n + s/ tag \([^ ]*\)$/ tag--\1/ s/^[ ]*\(.*\) \([^ ]*\)/please pull\ \1\ \2/p @@ -177,10 +179,7 @@ test_expect_success 'request names an appropriate branch' ' read repository && read branch }