From 419c5e01d3b5b9b646e73c1d4ed7d30aeec6ca27 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 26 Dec 1999 22:57:23 +0000 Subject: zsh-workers/9159 --- Test/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Test/Makefile.in') diff --git a/Test/Makefile.in b/Test/Makefile.in index b7622a1df..107b61f58 100644 --- a/Test/Makefile.in +++ b/Test/Makefile.in @@ -41,8 +41,8 @@ INSTALL = @INSTALL@ # ========== DEPENDENCIES FOR TESTING ========== check test: - for f in *.ztst; do \ - ../Src/zsh -f ztst.zsh $$f; \ + for f in $(sdir)/*.ztst; do \ + ../Src/zsh -f $(sdir)/ztst.zsh $$f; \ done # ========== DEPENDENCIES FOR CLEANUP ========== -- cgit 1.4.1