Re: [PATCH v3 1/2] t5100-mailinfo: replace common path prefix with variable

2016-09-26 Thread Junio C Hamano
Kevin Daudt writes: > Many tests need to store data in a file, and repeat the same pattern to > refer to that path: > > "$TEST_DIRECTORY"/t5100/ > > Create a variable that contains this path, and use that instead. > > Signed-off-by: Kevin Daudt > Signed-off-by: Junio C Hamano > --- > Chang

[PATCH v3 1/2] t5100-mailinfo: replace common path prefix with variable

2016-09-25 Thread Kevin Daudt
Many tests need to store data in a file, and repeat the same pattern to refer to that path: "$TEST_DIRECTORY"/t5100/ Create a variable that contains this path, and use that instead. Signed-off-by: Kevin Daudt Signed-off-by: Junio C Hamano --- Changes since v2: - changed $DATA to $data to