t0040: convert a few tests to use test-parse-options --expect
commit8ca65aebad55790d675f1eaead2dfc15fae60847
authorJunio C Hamano <gitster@pobox.com>
Fri, 6 May 2016 18:17:05 +0000 (6 11:17 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 May 2016 19:57:48 +0000 (10 12:57 -0700)
tree2367bdf18e33402414baca0c42401bcce9fbfbab
parent32d51d473f7a0a9f86b4d082fb4f9de78314a0bd
t0040: convert a few tests to use test-parse-options --expect

As a small example of using "test-parse-options --expect",
rewrite the "check" helper using it, instead of comparing
the whole variable dump.

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