t4014: Replace sed's non-standard 'Q' by standard 'q'
commit1ba0836307c463ce6de11868c85aa46c7396dae4
authorSteffen Prohaska <prohaska@zib.de>
Sat, 23 Feb 2008 08:41:56 +0000 (23 09:41 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Feb 2008 01:04:43 +0000 (23 17:04 -0800)
tree4aff082a48b2bc68d50606cc263638f94470044d
parent736cc67dd7f4f8004215e24f876178e6f34c191d
t4014: Replace sed's non-standard 'Q' by standard 'q'

t4014 test used GNU extension 'Q' in its sed scripts, but the
uses can safely be replaced with 'q'.  Among other platforms,
sed on Mac OS X 10.4 does not accept the former.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4014-format-patch.sh