]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7503-pre-commit-hook.sh
Style fixes for pre-commit hook tests
authorWincent Colaiuta <win@wincent.com>
Mon, 10 Dec 2007 07:42:45 +0000 (08:42 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Dec 2007 08:05:52 +0000 (00:05 -0800)
commitcf7e147cce9248e34b2e926d813c975c539aeaa6
tree610d3214566ecfcf2150b1862e309b299891d909
parent80f86605baaa37f962755ccd771eb879a9c43865
Style fixes for pre-commit hook tests

As pointed out by Junio on the mailing list, surrounding tests in
double quotes can lead to bugs wherein variables get substituted away,
so this isn't just style churn but important to prevent others from
looking at these tests in the future and thinking that this is "the
way" that Git tests should be written.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7503-pre-commit-hook.sh