Thread (19 messages) flat view 19 messages, 4 authors, 2016-06-15

Re: [PATCH 1/8] t1300: style updates

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

Am 10/24/2012 0:35, schrieb Jeff King:
-test_expect_success 'non-match value' \
-	'test wow = $(git config --get nextsection.nonewline !for)'
+test_expect_success 'non-match value' '
+	test wow = $(git config --get nextsection.nonewline !for)
+'
Here's a case you forgot to update to test_cmp.
+test_expect_success 'get-regexp variable with no value' '
+	git config --get-regexp novalue > output &&
+	 test_cmp expect output'
And while you are here, you might want to remove this extra space. ;)

Otherwise, looks fine.

-- 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