X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2FMakefile;h=19e38508a70708b78de6467df71ed36373999d6a;hb=8232dc427fb4b92b38e74e9e93b52231a67e354f;hp=250a19019c1f494897c5e43437b93c3f6a80cace;hpb=37818d7db070f67a20df58ac7d5e04cc63ef1867;p=git.git diff --git a/t/Makefile b/t/Makefile index 250a19019..19e38508a 100644 --- a/t/Makefile +++ b/t/Makefile @@ -23,8 +23,7 @@ clean: # we can test NO_OPTIMIZE_COMMITS independently of LC_ALL full-svn-test: - $(MAKE) $(TSVN) GIT_SVN_DELTA_FETCH=1 \ - GIT_SVN_NO_OPTIMIZE_COMMITS=1 LC_ALL=C + $(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=1 LC_ALL=C $(MAKE) $(TSVN) GIT_SVN_NO_OPTIMIZE_COMMITS=0 LC_ALL=en_US.UTF-8 .PHONY: $(T) clean