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

2015-02-08 Thread Nguyễn Thái Ngọc Duy
Helped-by: Eric Sunshine sunsh...@sunshineco.com Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- t/t3080-list-files.sh (new +x) | 134 + 1 file changed, 134 insertions(+) create mode 100755 t/t3080-list-files.sh diff --git

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 pclo...@gmail.com wrote: On Wed, Jan 28, 2015 at 11:44 AM, Michael Blume blume.m...@gmail.com wrote: Test 3 is failing on my mac: expecting success: test_config color.ls.file red test_config color.ls.directory green test_config

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

2015-01-28 Thread Junio C Hamano
Michael Blume blume.m...@gmail.com 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 Duy Nguyen
On Wed, Jan 28, 2015 at 11:44 AM, Michael Blume blume.m...@gmail.com 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

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/t3080/color_ls

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 pclo...@gmail.com wrote: Signed-off-by: Nguyễn Thái Ngọc Duy pclo...@gmail.com --- 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

[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 pclo...@gmail.com --- 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