Re: [PATCH 1/3] test functions: Add new function `test_file_not_empty`

2019-03-03 Thread Junio C Hamano
Rohit Ashiwal writes: > Subject: Re: [PATCH 1/3] test functions: Add new function > `test_file_not_empty` s/Add/add/. Strictly speaking, you do not need to say "new", if you are already saying "add", then that's redundant. > test-lib-functions: add a help

[PATCH 1/3] test functions: Add new function `test_file_not_empty`

2019-03-03 Thread Rohit Ashiwal
test-lib-functions: add a helper function that checks for a file and that the file is not empty. The helper function will provide better error message in case of failure and improve readability Signed-off-by: Rohit Ashiwal --- t/test-lib-functions.sh | 10 ++ 1 file changed, 10 insertion