1
0
mirror of https://github.com/git/git.git synced 2025-03-22 14:56:59 +00:00

Uncomment test case: git branch c/d should barf if branch c exists.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Christian Couder 2006-09-28 07:02:00 +02:00 committed by Junio C Hamano
parent 5be7649131
commit fc12f0829d

View File

@ -37,12 +37,12 @@ test_expect_success \
git-show-ref b >result &&
diff expect result'
# test_expect_failure \
# 'git branch c/d should barf if branch c exists' \
# 'git-branch c &&
# git-pack-refs &&
# rm .git/refs/heads/c &&
# git-branch c/d'
test_expect_failure \
'git branch c/d should barf if branch c exists' \
'git-branch c &&
git-pack-refs &&
rm .git/refs/heads/c &&
git-branch c/d'
test_expect_success \
'see if a branch still exists after git pack-refs --prune' \