The .t extension is more standard for sharness tests. Signed-off-by: Felipe Contreras <felipe.contreras@xxxxxxxxx> --- 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 -- 1.8.3.rc3.312.g47657de -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html