2013/6/25 Junio C Hamano :
>> Add prefix _ to workaround the absolute path rewritten issue in
>> msysGit is interesting, but these test cases have already been
>> tested in Linux, right?
>
> The most important thing is what we want to test in these tests.
> The special test program is to try runnin
Jiang Xin writes:
> In order to test NULL pointer in t/t0060, I have to write
> normalize_argv_string
> to convert "" to NULL
Yes, null and empty I already understand.
> Add prefix _ to workaround the absolute path rewritten issue in
> msysGit is interesting, but these test cases have alre
2013/6/25 Junio C Hamano :
> Jiang Xin writes:
>
>> diff --git a/test-path-utils.c b/test-path-utils.c
>> index 0092cb..dcc530 100644
>> --- a/test-path-utils.c
>> +++ b/test-path-utils.c
>> @@ -28,6 +28,19 @@ static int normalize_ceiling_entry(struct
>> string_list_item *item, void *unused)
>>
Jiang Xin writes:
> diff --git a/test-path-utils.c b/test-path-utils.c
> index 0092cb..dcc530 100644
> --- a/test-path-utils.c
> +++ b/test-path-utils.c
> @@ -28,6 +28,19 @@ static int normalize_ceiling_entry(struct string_list_item
> *item, void *unused)
> return 1;
> }
>
> +static voi
Add subcommand "relative_path" in test-path-utils, and add test cases
in t0060.
Johannes tested this commit on Windows, and found that some relative_path
tests should be skipped on Windows. This is because the bash on Windows
rewrites arguments of regular Windows programs, such as git and the
test
5 matches
Mail list logo