From: Junio C Hamano Date: Mon, 9 Jun 2014 20:43:19 +0000 (-0700) Subject: t3302: drop unnecessary NOT_EXPENSIVE pseudo-prerequisite X-Git-Tag: v2.1.0-rc0~92^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/19c8c4a9b70a5c896d2c88250d7f209970fdf8d0?hp=19c8c4a9b70a5c896d2c88250d7f209970fdf8d0 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 ---