From 715278d0631c1a165d2b9aae8e3650e1d7c2ad02 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Tue, 4 Jul 2000 00:45:07 +0000 Subject: 12151: Fix ZDOTDIR during "make check" for static builds. --- Test/Makefile.in | 2 +- Test/comptest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'Test') diff --git a/Test/Makefile.in b/Test/Makefile.in index 3c865b7ad..417ed0774 100644 --- a/Test/Makefile.in +++ b/Test/Makefile.in @@ -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 ========== diff --git a/Test/comptest b/Test/comptest index d486bef5f..cb0e06f57 100644 --- a/Test/comptest +++ b/Test/comptest @@ -24,7 +24,7 @@ comptestinit () { } comptesteval \ -"export ZDOTDIR=$ZTST_testdir/Modules" \ +"export ZDOTDIR=$ZTST_testdir" \ "module_path=( $module_path )" \ "fpath=( $fpath )" \ 'LISTMAX=10000000 -- cgit 1.4.1