tag: fix --sort tests to use cat<<-\EOF format
commitdc662d449f56cb969025db4fe54fa3374777495c
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 11 Jul 2014 22:55:46 +0000 (11 15:55 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Jul 2014 17:05:39 +0000 (13 10:05 -0700)
treed7212fdd62175531f19e71d2f6af23ef630cb2ee
parentce856044681331d19b867426726db7edd12f1713
tag: fix --sort tests to use cat<<-\EOF format

The --sort tests should use the better format for >expect to maintain
indenting and ensure that no substitution is occurring. This makes
parsing and understanding the tests a bit easier.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7004-tag.sh