[PATCH] t0040: convert all possible tests to use `test-parse-options --expect`

2016-10-15 Thread Pranit Bauva
Use "test-parse-options --expect" to rewrite the tests to avoid checking the whole variable dump by just testing what is required. This commit is based on 8ca65aeb (t0040: convert a few tests to use test-parse-options; Junio C Hamano; May 6, 2016). Signed-off-by: Pranit Bauva --- t/t0040-parse-o

Re: [PATCH] t0040: convert all possible tests to use `test-parse-options --expect`

2016-10-17 Thread Junio C Hamano
Pranit Bauva writes: > Use "test-parse-options --expect" to rewrite the tests to avoid checking > the whole variable dump by just testing what is required. This commit is > based on 8ca65aeb (t0040: convert a few tests to use test-parse-options; > Junio C Hamano; May 6, 2016). > > Signed-off-by: