* [PATCH 3/3] Uncomment test case: git branch c/d should barf if branch c exists.
@ 2006-09-28 5:02 Christian Couder
0 siblings, 0 replies; 3+ messages in thread
From: Christian Couder @ 2006-09-28 5:02 UTC (permalink / raw)
To: Junio Hamano; +Cc: git
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
t/t3210-pack-refs.sh | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/t/t3210-pack-refs.sh b/t/t3210-pack-refs.sh
index 2cc03e6..193fe1f 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' \
--
1.4.2.1.g3bab
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 3/3] Uncomment test case: git branch c/d should barf if branch c exists.
[not found] <20060928065845.38de4f94.chriscool@tuxfamily.org>
@ 2007-03-24 5:30 ` Christian Couder
2007-03-24 5:34 ` Christian Couder
0 siblings, 1 reply; 3+ messages in thread
From: Christian Couder @ 2007-03-24 5:30 UTC (permalink / raw)
To: Junio Hamano; +Cc: git
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
t/t3210-pack-refs.sh | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/t/t3210-pack-refs.sh b/t/t3210-pack-refs.sh
index 2cc03e6..193fe1f 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' \
--
1.4.2.1.g3bab
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 3/3] Uncomment test case: git branch c/d should barf if branch c exists.
2007-03-24 5:30 ` Christian Couder
@ 2007-03-24 5:34 ` Christian Couder
0 siblings, 0 replies; 3+ messages in thread
From: Christian Couder @ 2007-03-24 5:34 UTC (permalink / raw)
To: Junio Hamano; +Cc: git
Oops, sorry this one is also an old mail that was in my Draft folder and
should not have been sent...
Christian.
Le samedi 24 mars 2007 06:30, Christian Couder a écrit :
> Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
> ---
> t/t3210-pack-refs.sh | 12 ++++++------
> 1 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/t/t3210-pack-refs.sh b/t/t3210-pack-refs.sh
> index 2cc03e6..193fe1f 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' \
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-03-24 5:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-28 5:02 [PATCH 3/3] Uncomment test case: git branch c/d should barf if branch c exists Christian Couder
[not found] <20060928065845.38de4f94.chriscool@tuxfamily.org>
2007-03-24 5:30 ` Christian Couder
2007-03-24 5:34 ` Christian Couder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).