X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5150-request-pull.sh;h=da25bc2d1fb3a68b1d29b1a5b3f5d18f6c0ffdca;hb=d47553665833935157292a71248278a40e32c320;hp=ea6f692bafa9f2c4f81985a50ed79a1c5016b493;hpb=9e6324c4d784c36d2558ccdea7c8470ac2701437;p=git.git diff --git a/t/t5150-request-pull.sh b/t/t5150-request-pull.sh index ea6f692ba..da25bc2d1 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 @@ -178,6 +180,7 @@ test_expect_success 'request names an appropriate branch' ' read branch }