git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] minor fixes to some svn tests
@ 2016-05-13 19:47 Jeff King
  2016-05-13 19:48 ` [PATCH 1/3] t/lib-git-svn: drop $remote_git_svn and $git_svn_id Jeff King
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Jeff King @ 2016-05-13 19:47 UTC (permalink / raw)
  To: Git List; +Cc: Armin Kunaschik, Eric Wong, Junio C Hamano

On Fri, May 13, 2016 at 02:23:25PM -0400, Jeff King wrote:

> This covers all cases detected by:
> 
>   git grep 'test -z [^"]'
> 
> (though note that has a few false positives for tests which
> need an extra layer of quoting to do '\"').

I looked at those false positives, and they're really gratuitous uses
of double-quotes that cause the extra layer of quoting.

So I set off to fix that, but along the way found an actual bug (in the
final patch here), along with a few minor readability fixups.

  [1/3]: t/lib-git-svn: drop $remote_git_svn and $git_svn_id
  [2/3]: t9100: enclose all test code in single-quotes
  [3/3]: t9107: use "return 1" instead of "exit 1"

-Peff

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-13 20:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13 19:47 [PATCH 0/3] minor fixes to some svn tests Jeff King
2016-05-13 19:48 ` [PATCH 1/3] t/lib-git-svn: drop $remote_git_svn and $git_svn_id Jeff King
2016-05-13 19:48 ` [PATCH 2/3] t9100: enclose all test code in single-quotes Jeff King
2016-05-13 19:50 ` [PATCH 3/3] t9107: use "return 1" instead of "exit 1" Jeff King
2016-05-13 20:49 ` [PATCH 0/3] minor fixes to some svn tests Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).