diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-03 18:42:49 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 2000-03-03 18:42:49 +0000 |
commit | a3864f056f0d0e1df4b5e4f5bc776af858c6a4d9 (patch) | |
tree | 636ba9b53029411dd58a7def4857b5deef11e6db /Test/53completion.ztst | |
parent | 097e2d70cdd55b8f8dba9c6724564f78e45529cc (diff) | |
download | zsh-a3864f056f0d0e1df4b5e4f5bc776af858c6a4d9.tar.gz zsh-a3864f056f0d0e1df4b5e4f5bc776af858c6a4d9.tar.xz zsh-a3864f056f0d0e1df4b5e4f5bc776af858c6a4d9.zip |
zsh-workers/9982
Diffstat (limited to 'Test/53completion.ztst')
-rw-r--r-- | Test/53completion.ztst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/53completion.ztst b/Test/53completion.ztst index 03226fbe9..2b6964fcb 100644 --- a/Test/53completion.ztst +++ b/Test/53completion.ztst @@ -3,6 +3,7 @@ %prep zmodload -i zsh/zpty + export ZTST_testdir ZTST_srcdir comptest () { $ZTST_testdir/../Src/zsh -f $ZTST_srcdir/comptest -z $ZTST_testdir/../Src/zsh -d $ZTST_testdir/compdump.tmp "$@" } mkdir comp.tmp |