Re: [GSoC][PATCH v3 0/3] Use helper functions in test script

2019-03-04 Thread Eric Sunshine
On Mon, Mar 4, 2019 at 7:08 AM Rohit Ashiwal wrote: > This patch ultimately aims to replace `test -(d|f|e|s)` calls in t3600-rm.sh > Previously we were using these to verify the presence of diretory/file, but > we already have helper functions, viz, `test_path_is_dir`, > `test_path_is_file`, > `t

[GSoC][PATCH v3 0/3] Use helper functions in test script

2019-03-04 Thread Rohit Ashiwal
This patch ultimately aims to replace `test -(d|f|e|s)` calls in t3600-rm.sh Previously we were using these to verify the presence of diretory/file, but we already have helper functions, viz, `test_path_is_dir`, `test_path_is_file`, `test_path_is_missing` and `test_file_not_empty` with better funct