t1503: fix broken test_must_fail calls
commitba9eab7bfdcb83ad67f4714507599f378a91b17a
authorJon Seymour <jon.seymour@gmail.com>
Tue, 31 Aug 2010 14:49:19 +0000 (1 00:49 +1000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Aug 2010 16:49:23 +0000 (31 09:49 -0700)
tree4011ceab9110aa661531add8daed56e15c9d7a95
parent9c46c054ae426cf1d064f651615ce699d038d276
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>
t/t1503-rev-parse-verify.sh