From: Christian Couder Date: Thu, 28 Sep 2006 05:02:00 +0000 (+0200) Subject: Uncomment test case: git branch c/d should barf if branch c exists. X-Git-Tag: v1.4.4-rc1~43^2~9 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fc12f0829d027a6f7a86b38ae56b1424f2378470;p=git.git Uncomment test case: git branch c/d should barf if branch c exists. Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- diff --git a/t/t3210-pack-refs.sh b/t/t3210-pack-refs.sh index 2cc03e6fd..193fe1fb4 100755 --- a/t/t3210-pack-refs.sh +++ b/t/t3210-pack-refs.sh @@ -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' \