Skip to content

Commit

Permalink
t/Makefile: "trash" directory was renamed recently
Browse files Browse the repository at this point in the history
Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Brandon Casey authored and Junio C Hamano committed May 19, 2008
1 parent 2a028a0 commit 9231e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion t/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion t/README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9231e3a

Please sign in to comment.