author | Jon Seymour <jon.seymour@gmail.com> | |
Tue, 31 Aug 2010 14:49:19 +0000 (00:49 +1000) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 31 Aug 2010 16:49:23 +0000 (09:49 -0700) | ||
commit | ba9eab7bfdcb83ad67f4714507599f378a91b17a | |
tree | 4011ceab9110aa661531add8daed56e15c9d7a95 | tree | snapshot |
parent | 9c46c054ae426cf1d064f651615ce699d038d276 | commit | 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>
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>
t/t1503-rev-parse-verify.sh | diff | blob | history |