t3302: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite
commit19c8c4a9b70a5c896d2c88250d7f209970fdf8d0
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 20:43:19 +0000 (9 13:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Jun 2014 21:18:55 +0000 (9 14:18 -0700)
tree94f3d719a16c529985b8ff287efe9c131cae9b2a
parentf23b1d06e5a7a162a7cfc5281b10580e7e3d23d6
t3302: 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.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3302-notes-index-expensive.sh