Thread (46 messages) flat view 46 messages, 7 authors, 2016-06-15

Re: [PATCH v5 01/15] fast-export: avoid importing blob marks

From: Jeff King <hidden>
Date: 2016-06-15 22:55:14

On Sun, Nov 11, 2012 at 05:36:53PM +0100, Torsten Bögershausen wrote:
On 11.11.12 14:59, Felipe Contreras wrote:
quoted
test_expect_success 'test biridectionality' '
+	echo -n > marks-cur &&
+	echo -n > marks-new &&
Unless I messed up the patch:

Minor issue: still a typo "biridectionality"
Major issue:  "echo -n" is still not portable.

Could we simply use

touch  marks-cur  &&
touch marks-new
Yes, "echo -n" is definitely not portable.  Our preferred way of
creating an empty file is just ">file".

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