t3510 (cherry-pick-sequencer): use exit status
commitc6b7c7f3050977577af49e5d81340fae3b5bf2e7
authorRamkumar Ramachandra <artagnon@gmail.com>
Wed, 14 Dec 2011 16:54:32 +0000 (14 22:24 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Dec 2011 21:19:21 +0000 (15 13:19 -0800)
tree79d07b11cc6141252163bb305bdf45af0ab7aef4
parent9e1313648d4c0ee1bab0ee3d7ed22553bd5bf87c
t3510 (cherry-pick-sequencer): use exit status

All the tests asserting failure use 'test_must_fail', which simply
checks for a non-zero exit status, potentially hiding underlying bugs.
So, replace instances of 'test_must_fail' with 'test_expect_code' to
check the exit status explicitly, where appropriate.

Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3510-cherry-pick-sequence.sh