t3419: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite
commitb687cd6aba394bba34ad9fb70aa33cd5cfcebc6c
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 21:03:10 +0000 (9 14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 21:18:55 +0000 (9 14:18 -0700)
tree34fdd99e275788698f12ec9daef6597d607b978b
parent19c8c4a9b70a5c896d2c88250d7f209970fdf8d0
t3419: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite

This was only necessary because do_tests helper the script defines
took its parameters in a wrong order.  Just pass an empty string (or
not passing the optional EXPENSIVE prerequisite) when running the
test with a light-weight set of parameters and have the shell do the
right thing when parsing test_expect_success helper.

Also update coding style while we are at it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3419-rebase-patch-id.sh