t4209: set up expectations up front
commitb0f7c7cf865e6b14ccf90f34b6fde0d08af6b50b
authorRené Scharfe <l.s.r@web.de>
Sat, 22 Mar 2014 17:15:51 +0000 (22 18:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Mar 2014 17:58:11 +0000 (24 10:58 -0700)
tree919edde58852e356d18c59379591e6d8779601c3
parent5f95c9f850b19b368c43ae399cc831b17a26a5ac
t4209: set up expectations up front

Instead of creating an expect file for each test, build three files with
the possible valid values during setup and use them in the tests.  This
shortens the test code and saves nine calls to git rev-parse.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4209-log-pickaxe.sh