summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5be7649)
raw | patch | inline | side by side (parent: 5be7649)
author | Christian Couder <chriscool@tuxfamily.org> | |
Thu, 28 Sep 2006 05:02:00 +0000 (07:02 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 28 Sep 2006 05:26:43 +0000 (22:26 -0700) |
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
t/t3210-pack-refs.sh | patch | blob | history |
diff --git a/t/t3210-pack-refs.sh b/t/t3210-pack-refs.sh
index 2cc03e6fd578be0a619d73b00389566ded7694cd..193fe1fb4024f7caa0b499e2b05f98d73e4acdcb 100755 (executable)
--- a/t/t3210-pack-refs.sh
+++ b/t/t3210-pack-refs.sh
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' \