[PATCH 21/21] t3080: tests for git-list-files

2015-02-08 Thread Nguyễn Thái Ngọc Duy
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

Re: [PATCH 21/21] t3080: tests for git-list-files

2015-01-28 Thread Duy Nguyen
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

Re: [PATCH 21/21] t3080: tests for git-list-files

2015-01-28 Thread Junio C Hamano
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 > > ---

Re: [PATCH 21/21] t3080: tests for git-list-files

2015-01-28 Thread Michael Blume
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

Re: [PATCH 21/21] t3080: tests for git-list-files

2015-01-27 Thread Michael Blume
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

Re: [PATCH 21/21] t3080: tests for git-list-files

2015-01-25 Thread Eric Sunshine
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' ' >

[PATCH 21/21] t3080: tests for git-list-files

2015-01-25 Thread Nguyễn Thái Ngọc Duy
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