Felipe Contreras <felipe.contre...@gmail.com> writes: > The .t extension is more standard for sharness tests. > > Signed-off-by: Felipe Contreras <felipe.contre...@gmail.com> > ---
Is that "sharness" test the sh script testsuite forked from our testsuite? I do not see how it makes sense to copy how they deviate from us back to our codebase, especially if we plan to eventually move some of these tests out of contrib/ area, but even without such a plan in the future. > contrib/remote-helpers/Makefile | 2 +- > contrib/remote-helpers/{test-bzr.sh => test-bzr.t} | 0 > contrib/remote-helpers/{test-hg-bidi.sh => test-hg-bidi.t} | 0 > contrib/remote-helpers/{test-hg-hg-git.sh => test-hg-hg-git.t} | 0 > contrib/remote-helpers/{test-hg.sh => test-hg.t} | 0 > 5 files changed, 1 insertion(+), 1 deletion(-) > rename contrib/remote-helpers/{test-bzr.sh => test-bzr.t} (100%) > rename contrib/remote-helpers/{test-hg-bidi.sh => test-hg-bidi.t} (100%) > rename contrib/remote-helpers/{test-hg-hg-git.sh => test-hg-hg-git.t} (100%) > rename contrib/remote-helpers/{test-hg.sh => test-hg.t} (100%) > > diff --git a/contrib/remote-helpers/Makefile b/contrib/remote-helpers/Makefile > index d9b3515..2c91ec6 100644 > --- a/contrib/remote-helpers/Makefile > +++ b/contrib/remote-helpers/Makefile > @@ -1,4 +1,4 @@ > -TESTS := $(wildcard test*.sh) > +TESTS := $(wildcard test-*.t) > SCRIPTS := $(wildcard git-remote-*.py) > > export T := $(addprefix $(CURDIR)/,$(TESTS)) > diff --git a/contrib/remote-helpers/test-bzr.sh > b/contrib/remote-helpers/test-bzr.t > similarity index 100% > rename from contrib/remote-helpers/test-bzr.sh > rename to contrib/remote-helpers/test-bzr.t > diff --git a/contrib/remote-helpers/test-hg-bidi.sh > b/contrib/remote-helpers/test-hg-bidi.t > similarity index 100% > rename from contrib/remote-helpers/test-hg-bidi.sh > rename to contrib/remote-helpers/test-hg-bidi.t > diff --git a/contrib/remote-helpers/test-hg-hg-git.sh > b/contrib/remote-helpers/test-hg-hg-git.t > similarity index 100% > rename from contrib/remote-helpers/test-hg-hg-git.sh > rename to contrib/remote-helpers/test-hg-hg-git.t > diff --git a/contrib/remote-helpers/test-hg.sh > b/contrib/remote-helpers/test-hg.t > similarity index 100% > rename from contrib/remote-helpers/test-hg.sh > rename to contrib/remote-helpers/test-hg.t -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html