git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 2/3] t0050: honor CASE_INSENSITIVE_FS in add (with different case)
@ 2013-01-19  7:19 Torsten Bögershausen
  2013-01-19 19:36 ` Torsten Bögershausen
  0 siblings, 1 reply; 3+ messages in thread
From: Torsten Bögershausen @ 2013-01-19  7:19 UTC (permalink / raw
  To: git; +Cc: tboegi

The test case "add (with different case)" indicates a
known breakage when run on a case sensitive file system.

The test is invalid for case sensitive file system,
check the precondition CASE_INSENSITIVE_FS before running it.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
---
 t/t0050-filesystem.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/t0050-filesystem.sh b/t/t0050-filesystem.sh
index ccd685d..a6fa3c5 100755
--- a/t/t0050-filesystem.sh
+++ b/t/t0050-filesystem.sh
@@ -88,7 +88,7 @@ test_expect_success 'merge (case change)' '
 
 
 
-test_expect_failure 'add (with different case)' '
+test_expect_failure CASE_INSENSITIVE_FS 'add (with different case)' '
 
 	git reset --hard initial &&
 	rm camelcase &&
-- 
1.8.0.197.g5a90748

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/3] t0050: honor CASE_INSENSITIVE_FS in add (with different case)
  2013-01-19  7:19 [PATCH 2/3] t0050: honor CASE_INSENSITIVE_FS in add (with different case) Torsten Bögershausen
@ 2013-01-19 19:36 ` Torsten Bögershausen
  2013-01-21 16:45   ` Torsten Bögershausen
  0 siblings, 1 reply; 3+ messages in thread
From: Torsten Bögershausen @ 2013-01-19 19:36 UTC (permalink / raw
  To: Torsten Bögershausen; +Cc: git

On 19.01.13 08:19, Torsten Bögershausen wrote:
> The test case "add (with different case)" indicates a
> known breakage when run on a case sensitive file system.
> 
> The test is invalid for case sensitive file system,
> check the precondition CASE_INSENSITIVE_FS before running it.
Sorry,
this should have been:

> The test case "add (with different case)" indicates a
> known breakage when run on a case insensitive file system.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/3] t0050: honor CASE_INSENSITIVE_FS in add (with different case)
  2013-01-19 19:36 ` Torsten Bögershausen
@ 2013-01-21 16:45   ` Torsten Bögershausen
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Bögershausen @ 2013-01-21 16:45 UTC (permalink / raw
  To: Junio C Hamano; +Cc: Torsten Bögershausen, git

Sorry for completely messing up the sensitvie/insensiteve

Please discard my patch from pu, I'll send v2.

Sorry for the confusion
/Torsten

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-21 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-19  7:19 [PATCH 2/3] t0050: honor CASE_INSENSITIVE_FS in add (with different case) Torsten Bögershausen
2013-01-19 19:36 ` Torsten Bögershausen
2013-01-21 16:45   ` Torsten Bögershausen

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).