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>maint
parent
5be7649131
commit
fc12f0829d
|
@ -37,12 +37,12 @@ test_expect_success \
|
||||||
git-show-ref b >result &&
|
git-show-ref b >result &&
|
||||||
diff expect result'
|
diff expect result'
|
||||||
|
|
||||||
# test_expect_failure \
|
test_expect_failure \
|
||||||
# 'git branch c/d should barf if branch c exists' \
|
'git branch c/d should barf if branch c exists' \
|
||||||
# 'git-branch c &&
|
'git-branch c &&
|
||||||
# git-pack-refs &&
|
git-pack-refs &&
|
||||||
# rm .git/refs/heads/c &&
|
rm .git/refs/heads/c &&
|
||||||
# git-branch c/d'
|
git-branch c/d'
|
||||||
|
|
||||||
test_expect_success \
|
test_expect_success \
|
||||||
'see if a branch still exists after git pack-refs --prune' \
|
'see if a branch still exists after git pack-refs --prune' \
|
||||||
|
|
Loading…
Reference in New Issue