aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
diff options
context:
space:
mode:
authorBrandon Casey <drafnel@gmail.com>2008-05-17 23:03:03 -0500
committerJunio C Hamano <gitster@pobox.com>2008-05-18 21:39:58 -0700
commit9231e3a953c0780846dacdcf3928f6658fa4fad0 (patch)
tree7ad91e22f15e6f1c83f1f4b04fa5e89016fab668 /t/Makefile
parent2a028a0cabefed8efcf41499e330adfc20f433f8 (diff)
downloadgit-9231e3a953c0780846dacdcf3928f6658fa4fad0.tar.gz
git-9231e3a953c0780846dacdcf3928f6658fa4fad0.tar.xz
t/Makefile: "trash" directory was renamed recently
Signed-off-by: Brandon Casey <drafnel@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 72d788423..c6a60ab16 100644
--- a/t/Makefile
+++ b/t/Makefile
@@ -20,7 +20,7 @@ $(T):
@echo "*** $@ ***"; GIT_CONFIG=.git/config '$(SHELL_PATH_SQ)' $@ $(GIT_TEST_OPTS)
clean:
- $(RM) -r trash
+ $(RM) -r 'trash directory'
# we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
full-svn-test: