summaryrefslogtreecommitdiff
path: root/t/t3200-branch.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-26 07:26:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-26 07:26:47 (GMT)
commit23fd723c9dfbe9b558c0d9a46696ca93f93bab04 (patch)
tree93a6e9ad79fb71d08ddf7b609d25d7c697dc5c46 /t/t3200-branch.sh
parent2545c089e329d340a9bdec9f725fa737063dd7f6 (diff)
parent76aac715465b7678ca5b834ccbdcb88a3ab8a9f4 (diff)
downloadgit-23fd723c9dfbe9b558c0d9a46696ca93f93bab04.zip
git-23fd723c9dfbe9b558c0d9a46696ca93f93bab04.tar.gz
git-23fd723c9dfbe9b558c0d9a46696ca93f93bab04.tar.bz2
Merge branch 'bc/maint-1.6.1-branch-deleted-was'
* bc/maint-1.6.1-branch-deleted-was: git-branch: display "was sha1" on branch deletion rather than just "sha1" Conflicts: builtin-branch.c
Diffstat (limited to 't/t3200-branch.sh')
-rwxr-xr-xt/t3200-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3200-branch.sh b/t/t3200-branch.sh
index f82bcdb..d59a9b4 100755
--- a/t/t3200-branch.sh
+++ b/t/t3200-branch.sh
@@ -195,7 +195,7 @@ test_expect_success 'test deleting branch deletes branch config' \
test_expect_success 'test deleting branch without config' \
'git branch my7 s &&
sha1=$(git rev-parse my7 | cut -c 1-7) &&
- test "$(git branch -d my7 2>&1)" = "Deleted branch my7 ($sha1)."'
+ test "$(git branch -d my7 2>&1)" = "Deleted branch my7 (was $sha1)."'
test_expect_success 'test --track without .fetch entries' \
'git branch --track my8 &&