summaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-28 07:41:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-28 07:41:50 (GMT)
commit9d5156496d2d32800df52fa372295c16ab2578f0 (patch)
treefad95db756d46083c1c948c1b44cddf9896f98c5 /t/Makefile
parenta8fac795ddaa004835fc688560cf19ca5500ce8d (diff)
parent81db4abf84ec7fbebeb08f6ad506138da2e7e4cd (diff)
downloadgit-9d5156496d2d32800df52fa372295c16ab2578f0.zip
git-9d5156496d2d32800df52fa372295c16ab2578f0.tar.gz
git-9d5156496d2d32800df52fa372295c16ab2578f0.tar.bz2
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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Makefile b/t/Makefile
index ed49c20..9149373 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