1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

12151: Fix ZDOTDIR during "make check" for static builds.

This commit is contained in:
Bart Schaefer 2000-07-04 00:45:07 +00:00
parent c5e47b8536
commit 715278d063
3 changed files with 5 additions and 2 deletions

@ -5,6 +5,9 @@
2000-07-03 Bart Schaefer <schaefer@zsh.org>
* 12151: Test/Makefile.in, Test/comptest: Point ZDOTDIR into the
Test directory itself, and clean up .zcompdump after testing.
* 12148: Completion/Core/_path_files: Followup to 12133 as
suggested by Sven in 12137: Don't merge display-ordering glob
flags into the parens in $(...) expressions.

@ -48,7 +48,7 @@ check test:
for f in $(sdir)/$(TESTNUM)*.ztst; do \
$(dir_top)/Src/zsh -f $(sdir)/ztst.zsh $$f; \
done
rm -rf Modules
rm -rf Modules .zcompdump
# ========== DEPENDENCIES FOR CLEANUP ==========

@ -24,7 +24,7 @@ comptestinit () {
}
comptesteval \
"export ZDOTDIR=$ZTST_testdir/Modules" \
"export ZDOTDIR=$ZTST_testdir" \
"module_path=( $module_path )" \
"fpath=( $fpath )" \
'LISTMAX=10000000