From b3b4bce529e76785d7199bb87f0289d090d4171f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 1 Mar 2000 18:31:21 +0000 Subject: zsh-workers/9961 --- Test/53completion.ztst | 1 + Test/comptest | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'Test') diff --git a/Test/53completion.ztst b/Test/53completion.ztst index f91fe90a3..03226fbe9 100644 --- a/Test/53completion.ztst +++ b/Test/53completion.ztst @@ -1,6 +1,7 @@ # Tests for completion system. %prep + zmodload -i zsh/zpty comptest () { $ZTST_testdir/../Src/zsh -f $ZTST_srcdir/comptest -z $ZTST_testdir/../Src/zsh -d $ZTST_testdir/compdump.tmp "$@" } diff --git a/Test/comptest b/Test/comptest index d9c3c40d0..59bd9e60c 100644 --- a/Test/comptest +++ b/Test/comptest @@ -1,6 +1,6 @@ #!/usr/local/bin/zsh -f -zmodload zsh/zpty +zmodload -i zsh/zpty setopt extendedglob debug= -- cgit 1.4.1