Browse Source

t/Makefile: "trash" directory was renamed recently

Signed-off-by: Brandon Casey <drafnel@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Brandon Casey 17 years ago committed by Junio C Hamano
parent
commit
9231e3a953
  1. 2
      t/Makefile
  2. 2
      t/README
  3. 2
      t/test-lib.sh

2
t/Makefile

@ -20,7 +20,7 @@ $(T): @@ -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:

2
t/README

@ -123,7 +123,7 @@ This test harness library does the following things: @@ -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

2
t/test-lib.sh

@ -368,7 +368,7 @@ test_done () { @@ -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.

Loading…
Cancel
Save