t7006 (pager): introduce helper for parameterized tests
commit3c7406d4b595c9e8c8dfcff2739bab9412add5a3
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 26 Jun 2010 19:23:02 +0000 (26 14:23 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Jun 2010 17:31:17 +0000 (28 10:31 -0700)
treec3e9f1ab3fc963ae0f33a37e9adf1b07a3c6725e
parent492b10766f499b60bdc867c253f36d274ac51538
t7006 (pager): introduce helper for parameterized tests

The current tests test pager configuration for ‘git log’, but other
commands use a different setup procedure and should therefore be
tested separately.  Add a helper to make this easier.

This patch introduces the helper and changes some existing tests to
use it.  The only functional change should be the introduction of ‘git
log - ’ to a few test descriptions.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7006-pager.sh