Helped-by: Eric Sunshine
Signed-off-by: Nguyễn Thái Ngọc Duy
---
t/t3080-list-files.sh (new +x) | 134 +
1 file changed, 134 insertions(+)
create mode 100755 t/t3080-list-files.sh
diff --git a/t/t3080-list-files.sh b/t/t3080-list-files.sh
new file mode 1
On Wed, Jan 28, 2015 at 11:44 AM, Michael Blume wrote:
> Test 3 is failing on my mac:
>
> expecting success:
> test_config color.ls.file red &&
> test_config color.ls.directory green &&
> test_config color.ls.submodule yellow &&
> git list-files --color=always >actual &&
> test_cmp "$TEST_DIRECTOR
Michael Blume writes:
> Test 3 is failing on my mac:
>
> expecting success:
> test_config color.ls.file red &&
> test_config color.ls.directory green &&
> test_config color.ls.submodule yellow &&
> git list-files --color=always >actual &&
> test_cmp "$TEST_DIRECTORY"/t3080/color_ls actual
>
> ---
On Wed, Jan 28, 2015 at 2:19 AM, Duy Nguyen wrote:
> On Wed, Jan 28, 2015 at 11:44 AM, Michael Blume wrote:
>> Test 3 is failing on my mac:
>>
>> expecting success:
>> test_config color.ls.file red &&
>> test_config color.ls.directory green &&
>> test_config color.ls.submodule yellow &&
>> git li
Test 3 is failing on my mac:
expecting success:
test_config color.ls.file red &&
test_config color.ls.directory green &&
test_config color.ls.submodule yellow &&
git list-files --color=always >actual &&
test_cmp "$TEST_DIRECTORY"/t3080/color_ls actual
--- /Users/michael.blume/workspace/git/t/t308
On Sun, Jan 25, 2015 at 7:37 AM, Nguyễn Thái Ngọc Duy wrote:
> Signed-off-by: Nguyễn Thái Ngọc Duy
> ---
> diff --git a/t/t3080-list-files.sh b/t/t3080-list-files.sh
> new file mode 100755
> index 000..6313dd9
> --- /dev/null
> +++ b/t/t3080-list-files.sh
> +test_expect_success 'no dups' '
>
Signed-off-by: Nguyễn Thái Ngọc Duy
---
t/t3080-list-files.sh (new +x) | 122 +
t/t3080/color_ls (new) | 3 +
t/t3080/ls_colors (new)| 2 +
3 files changed, 127 insertions(+)
create mode 100755 t/t3080-list-files.sh
create mode 100644
7 matches
Mail list logo