commit | ba9eab7bfdcb83ad67f4714507599f378a91b17a | [log] [tgz] |
---|---|---|
author | Jon Seymour <jon.seymour@gmail.com> | Wed Sep 01 00:49:19 2010 +1000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Aug 31 09:49:23 2010 -0700 |
tree | 4011ceab9110aa661531add8daed56e15c9d7a95 | |
parent | 9c46c054ae426cf1d064f651615ce699d038d276 [diff] |
t1503: fix broken test_must_fail calls Some tests in maint-reflog-beyond-horizon are calling test_must_fail in such a way that the arguments to test_must_fail do, indeed, fail but not in the manner expected by the test. This patch removes the unnecessary and unhelpful double quotes. Signed-off-by: Jon Seymour <jon.seymour@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>