Re: [PATCH] test doc: test_write_lines does not split its arguments

2014-05-06 Thread Michael S. Tsirkin
On Mon, May 05, 2014 at 04:51:43PM -0700, Jonathan Nieder wrote: > test_write_lines carefully quotes its arguments as "$@", so > > test_write_lines "a b" c > > writes two lines as requested, not three. > > Signed-off-by: Jonathan Nieder Acked-by: Michael S. Tsirkin > --- > Hi, > > Mic

[PATCH] test doc: test_write_lines does not split its arguments

2014-05-05 Thread Jonathan Nieder
test_write_lines carefully quotes its arguments as "$@", so test_write_lines "a b" c writes two lines as requested, not three. Signed-off-by: Jonathan Nieder --- Hi, Michael S. Tsirkin wrote: > +++ b/t/README > @@ -596,6 +596,28 @@ library for your script to use. > + test_write_li