t3903: fix broken test_must_fail calls
commit8d66bb05870d4bc46e9951958f78fc71ffac449b
authorJon Seymour <jon.seymour@gmail.com>
Tue, 31 Aug 2010 14:49:20 +0000 (1 00:49 +1000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Aug 2010 16:50:07 +0000 (31 09:50 -0700)
treea352f8ba6be1e9640d4e1a892b8f5e131d10bc37
parentb0c6bf4a873d5e178f59aa400d994c2bf58f3bd7
t3903: fix broken test_must_fail calls

Some tests in detached-stash 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/t3903-stash.sh