t0040-parse-options: improve test coverage
commit7d1771524c8bc39856f7b30769c2f47c6061ba2f
authorPranit Bauva <pranit.bauva@gmail.com>
Thu, 5 May 2016 09:49:58 +0000 (5 15:19 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 May 2016 18:52:45 +0000 (5 11:52 -0700)
tree8b5e177cb8c11216ae0f7f6d4259c96bf7a3ffa9
parent36e6a5baf1d45e125fcdb99781a0c6448109b44d
t0040-parse-options: improve test coverage

Include tests to check for multiple levels of quiet and to check the
behavior of '--no-quiet'.

Include tests to check for multiple levels of verbose and to check the
behavior of '--no-verbose'.

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