During the review of Pranit's "commit.verbose" series, I noticed an overly verbose input and output used to drive test-parse-options helper in t0040. Here is a patch to teach the program to allow us to write the test in a more concise way. I'll leave it as an exercise to the readers to actually use this to convert tests in t0040. That needs to wait until Pranit's series is merged and the dust settles. Junio C Hamano (3): test-parse-options: fix output when callback option fails test-parse-options: hold output in a strbuf test-parse-options: --expect=<string> option to simplify tests t/t0040-parse-options.sh | 5 +-- test-parse-options.c | 110 ++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 97 insertions(+), 18 deletions(-) -- 2.8.2-505-gdbd0e1d -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html