Re: [PATCH] fix t1504 on Windows

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Johannes Sixt
Date: Friday, February 6, 2009 - 5:55 am

René Scharfe schrieb:
...

I also need this to complete this test:

diff --git a/t/t1504-ceiling-dirs.sh b/t/t1504-ceiling-dirs.sh
index 9c9c4c9..e377d48 100755
--- a/t/t1504-ceiling-dirs.sh
+++ b/t/t1504-ceiling-dirs.sh
@@ -93,13 +93,13 @@ GIT_CEILING_DIRECTORIES="$TRASH_ROOT/subdi"
 test_prefix subdir_ceil_at_subdi_slash "sub/dir/"


-GIT_CEILING_DIRECTORIES="foo:$TRASH_ROOT/sub"
+GIT_CEILING_DIRECTORIES="/foo:$TRASH_ROOT/sub"
 test_fail second_of_two

 GIT_CEILING_DIRECTORIES="$TRASH_ROOT/sub:/bar"
 test_fail first_of_two

-GIT_CEILING_DIRECTORIES="foo:$TRASH_ROOT/sub:bar"
+GIT_CEILING_DIRECTORIES="/foo:$TRASH_ROOT/sub:/bar"
 test_fail second_of_three



That said, I'm in the process of preparing a series that includes your
patch and that does the proper cleanup and code moving that you again
didn't do :-/ But it turns out that this is non-trivial because of bash's
(MSYS's) I-know-better-what-is-a-path-and-what-not behavior. It will take
some time...

-- Hannes
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] fix crash in path.c on Windows, René Scharfe, (Wed Feb 4, 4:00 pm)
Re: [PATCH] fix crash in path.c on Windows, Junio C Hamano, (Wed Feb 4, 4:51 pm)
Re: [PATCH] fix crash in path.c on Windows, Johannes Sixt, (Thu Feb 5, 12:57 am)
Re: [PATCH] fix crash in path.c on Windows, René Scharfe, (Thu Feb 5, 9:48 am)
Re: [PATCH] fix crash in path.c on Windows, Johannes Sixt, (Thu Feb 5, 10:13 am)
[PATCH] fix t1504 on Windows, René Scharfe, (Thu Feb 5, 12:35 pm)
Re: [PATCH] fix crash in path.c on Windows, Robin Rosenberg, (Thu Feb 5, 1:41 pm)
Re: [PATCH] fix t1504 on Windows, Johannes Sixt, (Fri Feb 6, 5:55 am)
Re: [PATCH] fix t1504 on Windows, Johannes Schindelin, (Fri Feb 6, 6:11 am)
Re: [PATCH] fix t1504 on Windows, Johannes Sixt, (Fri Feb 6, 6:17 am)
Re: [PATCH] fix t1504 on Windows, Johannes Schindelin, (Fri Feb 6, 6:26 am)
Re: [PATCH] fix t1504 on Windows, Johannes Sixt, (Fri Feb 6, 6:36 am)
Re: [PATCH] fix t1504 on Windows, René Scharfe, (Fri Feb 6, 10:18 am)
Re: [PATCH] fix t1504 on Windows, Johannes Sixt, (Fri Feb 6, 12:23 pm)
Re: [PATCH] fix t1504 on Windows, René Scharfe, (Fri Feb 6, 2:45 pm)
Re: [PATCH] fix t1504 on Windows, René Scharfe, (Fri Feb 6, 5:25 pm)
[PATCH 0/5] Consolidate path normalization functions, Johannes Sixt, (Sat Feb 7, 8:08 am)
[PATCH 3/5] Fix GIT_CEILING_DIRECTORIES on Windows, Johannes Sixt, (Sat Feb 7, 8:08 am)
[PATCH 4/5] Test and fix normalize_path_copy(), Johannes Sixt, (Sat Feb 7, 8:08 am)
[PATCH 5/5] Remove unused normalize_absolute_path(), Johannes Sixt, (Sat Feb 7, 8:08 am)
Re: [PATCH 4/5] Test and fix normalize_path_copy(), Robin Rosenberg, (Sat Feb 7, 5:08 pm)
Re: [PATCH 4/5] Test and fix normalize_path_copy(), Johannes Sixt, (Sun Feb 8, 1:52 am)
Re: [PATCH 4/5] Test and fix normalize_path_copy(), René Scharfe, (Sun Feb 8, 7:46 am)
Re: [PATCH 4/5] Test and fix normalize_path_copy(), Johannes Sixt, (Sun Feb 8, 8:50 am)