t7004: fix embedded single-quotes
commit11f228b0be8d51dc6294d8132e91ad31e8b104b9
authorJeff King <peff@peff.net>
Fri, 20 Mar 2015 10:13:29 +0000 (20 06:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Mar 2015 18:35:56 +0000 (20 11:35 -0700)
tree484cf3d51253907351f2d6998abe3ab15175ac24
parentbfe998fc9b5a02271941c7c28f55f6dd000fe76f
t7004: fix embedded single-quotes

This test uses single quotes inside the single-quoted test
snippet, which effectively makes the contents unquoted.
Since they don't need quoted anyway, this isn't a problem,
but let's switch them to double-quotes to make it more
obviously correct.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh