Thread (9 messages) flat view 9 messages, 3 authors, 2016-06-15

Re: [PATCH 2/2] handle empty notes gracefully

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:46:07

Johannes Schindelin schrieb:
On Fri, 6 Feb 2009, Michael J Gruber wrote:
quoted
+test_expect_success 'handle empty notes gracefully' '
 	git notes show || test 1 = $?
Completely forgot to mention that I think you want to use test_must_fail 
here.
Wouldn't work. We want to differentiate between different exit codes. But
after test_must_fail the exit code is gone. In this simple case this
should work:

	git notes show; test 1 = $?

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help