]> git.ipfire.org Git - thirdparty/git.git/commit
t0040: convert all possible tests to use `test-parse-options --expect`
authorPranit Bauva <pranit.bauva@gmail.com>
Sat, 15 Oct 2016 12:28:13 +0000 (12:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Oct 2016 21:45:01 +0000 (14:45 -0700)
commit86009f32bb0e17829f0178953729e78f69e831c6
tree9e71caa7be90ecd450c98404c506b5afcab40554
parent2997ea960f7da94d74742ed41006f0afdb2164e7
t0040: convert all possible tests to use `test-parse-options --expect`

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 a follow-up to 8ca65aebad ("t0040: convert a few
tests to use test-parse-options --expect", 2016-05-06).

Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0040-parse-options.sh