summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-09 18:26:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-06-09 18:26:23 (GMT)
commitbfbdfa33f6d491904a7d4390280dfc695ec9ae1a (patch)
tree55518887d76dce6c48152750004f6ea7e7e3aa5a /t
parent0953113bb5687f42bcdfc3d20dd3a125784ad383 (diff)
parent644edd02c192bcdb0419dd40ce95cf41fe8fd446 (diff)
downloadgit-bfbdfa33f6d491904a7d4390280dfc695ec9ae1a.zip
git-bfbdfa33f6d491904a7d4390280dfc695ec9ae1a.tar.gz
git-bfbdfa33f6d491904a7d4390280dfc695ec9ae1a.tar.bz2
Merge branch 'lt/request-pull'
A brown-paper-bag bugfix to a test that turned out to be a no-op by mistake. * lt/request-pull: fix brown paper bag breakage in t5150-request-pull.sh
Diffstat (limited to 't')
-rwxr-xr-xt/t5150-request-pull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5150-request-pull.sh b/t/t5150-request-pull.sh
index 93e2c65..82c33b8 100755
--- a/t/t5150-request-pull.sh
+++ b/t/t5150-request-pull.sh
@@ -229,7 +229,7 @@ test_expect_success 'pull request format' '
cd local &&
git request-pull initial "$downstream_url" full
) >request &&
- grep ' tags/full$'
+ grep " tags/full\$" request
'
test_expect_success 'request-pull ignores OPTIONS_KEEPDASHDASH poison' '