diff options
author | Ramkumar Ramachandra <artagnon@gmail.com> | 2014-01-12 22:41:04 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-01-23 16:11:52 -0800 |
commit | 0bb69d1f44cde067d20d0775291104949def5152 (patch) | |
tree | 3661228bfd7fd5edca40e9ed440fc6e5c491730a | |
parent | 111c9f21ad3c00b9a005f35c3a2c78c178cd9d60 (diff) | |
download | git-jk/branch-at-publish.tar.gz |
t1507 (rev-parse-upstream): fix typo in test titlejk/branch-at-publish
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rwxr-xr-x | t/t1507-rev-parse-upstream.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1507-rev-parse-upstream.sh b/t/t1507-rev-parse-upstream.sh index 2a19e797eb..15f2e7ebd3 100755 --- a/t/t1507-rev-parse-upstream.sh +++ b/t/t1507-rev-parse-upstream.sh @@ -54,7 +54,7 @@ test_expect_success 'my-side@{upstream} resolves to correct full name' ' test refs/remotes/origin/side = "$(full_name my-side@{u})" ' -test_expect_success 'refs/heads/my-side@{upstream} does not resolve to my-side{upstream}' ' +test_expect_success 'refs/heads/my-side@{upstream} does not resolve to my-side@{upstream}' ' test_must_fail full_name refs/heads/my-side@{upstream} ' |