]> git.ipfire.org Git - thirdparty/git.git/commit
t9100,t3419: enclose all test code in single-quotes
authorJeff King <peff@peff.net>
Fri, 13 May 2016 20:47:18 +0000 (16:47 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 May 2016 21:00:03 +0000 (14:00 -0700)
commit577dfd03024f1913c6eba63b43a56d254e694347
treec6529972b6a91751b52f7e041505d8015b52f488
parente1c0c158b13bf78486d6cc2766d6cb69782c5173
t9100,t3419: enclose all test code in single-quotes

A few tests here use double-quotes around the snippets of
shell code to run the tests. None of these tests wants to do
any interpolation at all, and it just leads to an extra
layer of quoting around all double-quotes and dollar signs
inside the snippet.  Let's switch to single quotes, like
most other test scripts.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3419-rebase-patch-id.sh
t/t9100-git-svn-basic.sh