Probably it should go in t/ as a new test but I am lazy. Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> --- Makefile | 2 +- test-sha1.sh => test-programs/test-sha1.sh | 0 2 files changed, 1 insertions(+), 1 deletions(-) rename test-sha1.sh => test-programs/test-sha1.sh (100%) diff --git a/Makefile b/Makefile index 9ce9ccd..61981e5 100644 --- a/Makefile +++ b/Makefile @@ -2149,7 +2149,7 @@ test-%$X: test-programs/test-%.o $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(filter %.a,$^) $(LIBS) check-sha1:: test-sha1$X - ./test-sha1.sh + test-programs/test-sha1.sh check: common-cmds.h if sparse; \ diff --git a/test-sha1.sh b/test-programs/test-sha1.sh similarity index 100% rename from test-sha1.sh rename to test-programs/test-sha1.sh -- 1.7.4.1 -- 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