t4012: Actually quote the sed script
authorAlexander Strasser <eclipse7@gmx.net>
Mon, 16 Jul 2012 20:43:58 +0000 (22:43 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Jul 2012 20:49:29 +0000 (13:49 -0700)
commit4a2b716e220f0f5369c386d7257b87399d424a3f
treecb5f74459500e0697077484a6f817053dc841195
parentbb84e67c82af3a6678f193159f56d2244c5529dc
t4012: Actually quote the sed script

The nested quoting is not needed in this cases, thus the previous
version did work just fine. Nevertheless the usage is misleading,
so just achieve nested quoting by using double quotes instead. Lower
the probability of breakage in the future and make the code easier
to read.

NOTE: Just dropping the single quotes around the sed arguments would
      have also been possible.

Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4012-diff-binary.sh