wrapper.c: consistently quote filenames in error messages
commit0a288d1ee9a259d9faf238c5e4f5aedf5090d599
authorSimon Ruderich <simon@ruderich.org>
Wed, 1 Nov 2017 14:44:44 +0000 (1 15:44 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 6 Nov 2017 02:53:14 +0000 (6 11:53 +0900)
treedc9e86aea2ec60de6c5d4e140929f1b7421cd5cd
parentcb5918aa0d50f50e83787f65c2ddc3dcb10159fe
wrapper.c: consistently quote filenames in error messages

All other error messages in the file use quotes around the file name.

This change removes two translations as "could not write to '%s'" and
"could not close '%s'" are already translated and these two are the only
occurrences without quotes.

Signed-off-by: Simon Ruderich <simon@ruderich.org>
[jc: adjusted tests I noticed were broken by the change]
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3600-rm.sh
t/t7001-mv.sh
wrapper.c