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