Re: [PATCH 2/4] rev-parse test: use test_must_fail, not "if ; then false; fi"

2013-09-03 Thread Felipe Contreras
> rev-parse test: use test_must_fail, not "if ; then false; fi" That is way more than 50 characters, and doesn't tell me why you want to do that. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More major

[PATCH 2/4] rev-parse test: use test_must_fail, not "if ; then false; fi"

2013-09-03 Thread Jonathan Nieder
From: Felipe Contreras This way, if rev-parse segfaults then the test will fail instead of treating it the same way as a controlled failure. Signed-off-by: Felipe Contreras Signed-off-by: Jonathan Nieder --- t/t6101-rev-parse-parents.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-