test doc: test_write_lines does not split its arguments
commitbb98b01ee8c5c6f66a6d70aa453b70184dd3d96f
authorJonathan Nieder <jrnieder@gmail.com>
Mon, 5 May 2014 23:51:43 +0000 (5 16:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jun 2014 20:09:05 +0000 (10 13:09 -0700)
treed311dc146813bb71e2fec4e2e4fd6e739b238420
parentac9afcc31cd1f7c00c2747132e5f512173613fd9
test doc: test_write_lines does not split its arguments

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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README