* [PATCH] t/Makefile: update makefile to remove new spaceful trash directory
@ 2008-05-18 4:03 drafnel
2008-05-18 5:01 ` Jeff King
0 siblings, 1 reply; 2+ messages in thread
From: drafnel @ 2008-05-18 4:03 UTC (permalink / raw)
To: gitster; +Cc: git, Brandon Casey
From: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Brandon Casey <drafnel@gmail.com>
---
t/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/Makefile b/t/Makefile
index 72d7884..c6a60ab 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:
--
1.5.5.1.447.geb0a7
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] t/Makefile: update makefile to remove new spaceful trash directory
2008-05-18 4:03 [PATCH] t/Makefile: update makefile to remove new spaceful trash directory drafnel
@ 2008-05-18 5:01 ` Jeff King
0 siblings, 0 replies; 2+ messages in thread
From: Jeff King @ 2008-05-18 5:01 UTC (permalink / raw)
To: drafnel; +Cc: gitster, git
On Sat, May 17, 2008 at 11:03:03PM -0500, drafnel@gmail.com wrote:
> clean:
> - $(RM) -r trash
> + $(RM) -r 'trash directory'
Probably these non-code references should be squashed in as well. This
is the result of scanning "git grep trash". There are still a few
references to "trash" in test script comments, but they are more of the
"this goes in the trash directory" context and not "the name of this
directory is 'trash'".
t5516 has a few insteadOf tests that look like they might be
problematic, but aren't.
---
diff --git a/t/README b/t/README
index 73ed11b..70841a4 100644
--- a/t/README
+++ b/t/README
@@ -123,7 +123,7 @@ This test harness library does the following things:
(or -h), it shows the test_description and exits.
- Creates an empty test directory with an empty .git/objects
- database and chdir(2) into it. This directory is 't/trash'
+ database and chdir(2) into it. This directory is 't/trash directory'
if you must know, but I do not think you care.
- Defines standard test helper functions for your scripts to
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 5002fb0..6ba569f 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -368,7 +368,7 @@ test_done () {
case "$test_failure" in
0)
# We could:
- # cd .. && rm -fr trash
+ # cd .. && rm -fr 'trash directory'
# but that means we forbid any tests that use their own
# subdirectory from calling test_done without coming back
# to where they started from.
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-18 5:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-18 4:03 [PATCH] t/Makefile: update makefile to remove new spaceful trash directory drafnel
2008-05-18 5:01 ` Jeff King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).