diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-03-28 00:41:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-03-28 00:41:50 -0700 |
commit | 9d5156496d2d32800df52fa372295c16ab2578f0 (patch) | |
tree | fad95db756d46083c1c948c1b44cddf9896f98c5 /t/Makefile | |
parent | a8fac795ddaa004835fc688560cf19ca5500ce8d (diff) | |
parent | 81db4abf84ec7fbebeb08f6ad506138da2e7e4cd (diff) | |
download | git-9d5156496d2d32800df52fa372295c16ab2578f0.tar.gz git-9d5156496d2d32800df52fa372295c16ab2578f0.tar.xz |
Merge branch 'maint-1.6.1' into maint
* maint-1.6.1:
test-lib: Clean up comments and Makefile.
diff --no-index: Do not generate patch output if other output is requested
Diffstat (limited to 't/Makefile')
-rw-r--r-- | t/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Makefile b/t/Makefile index ed49c20b1..914937303 100644 --- a/t/Makefile +++ b/t/Makefile @@ -24,7 +24,7 @@ pre-clean: $(RM) -r test-results clean: - $(RM) -r 'trash directory' test-results + $(RM) -r 'trash directory'.* test-results aggregate-results-and-cleanup: $(T) $(MAKE) aggregate-results |