about summary refs log tree commit diff
path: root/Test
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-01 18:31:21 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-01 18:31:21 +0000
commitb3b4bce529e76785d7199bb87f0289d090d4171f (patch)
tree82391cf151bd91de2379dd13e14c410048916e9f /Test
parent51d6a607947365aa812dfbf68e72a2945848f6d6 (diff)
downloadzsh-b3b4bce529e76785d7199bb87f0289d090d4171f.tar.gz
zsh-b3b4bce529e76785d7199bb87f0289d090d4171f.tar.xz
zsh-b3b4bce529e76785d7199bb87f0289d090d4171f.zip
zsh-workers/9961
Diffstat (limited to 'Test')
-rw-r--r--Test/53completion.ztst1
-rw-r--r--Test/comptest2
2 files changed, 2 insertions, 1 deletions
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=