commit | 19c8c4a9b70a5c896d2c88250d7f209970fdf8d0 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon Jun 09 13:43:19 2014 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jun 09 14:18:55 2014 -0700 |
tree | 94f3d719a16c529985b8ff287efe9c131cae9b2a | |
parent | f23b1d06e5a7a162a7cfc5281b10580e7e3d23d6 [diff] |
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>