Skip to content

Commit 7c0da37

Browse files
Eric Wonggitster
authored andcommitted
tests: remove no-op full-svn-test target
git-svn has not supported GIT_SVN_NO_OPTIMIZE_COMMITS for the "set-tree" sub-command in 9 years since commit 490f49e ("git-svn: remove optimized commit stuff for set-tree"). So remove this target and TSVN variable to avoid confusion. ref: http://mid.gmane.org/[email protected] Helped-by: Kazutoshi Satoda <[email protected]> Signed-off-by: Eric Wong <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 70bd996 commit 7c0da37

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

t/Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ PERL_PATH_SQ = $(subst ','\'',$(PERL_PATH))
2727
TEST_RESULTS_DIRECTORY_SQ = $(subst ','\'',$(TEST_RESULTS_DIRECTORY))
2828

2929
T = $(sort $(wildcard t[0-9][0-9][0-9][0-9]-*.sh))
30-
TSVN = $(sort $(wildcard t91[0-9][0-9]-*.sh))
3130
TGITWEB = $(sort $(wildcard t95[0-9][0-9]-*.sh))
3231
THELPERS = $(sort $(filter-out $(T),$(wildcard *.sh)))
3332

@@ -77,11 +76,6 @@ aggregate-results:
7776
echo "$$f"; \
7877
done | '$(SHELL_PATH_SQ)' ./aggregate-results.sh
7978

80-
# we can test NO_OPTIMIZE_COMMITS independently of LC_ALL
81-
full-svn-test:
82-
$(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=1 LC_ALL=C
83-
$(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=0 LC_ALL=en_US.UTF-8
84-
8579
gitweb-test:
8680
$(MAKE) $(TGITWEB)
8781

0 commit comments

Comments
 (0)