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:
parent
5be7649131
commit
fc12f0829d
@ -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' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user