diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-14 15:45:43 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-08-14 15:45:43 +0000 |
commit | 825a1baf7c3de066de3055a4d091b3a336324184 (patch) | |
tree | cae4e59469a116a78786b554c6b75f8981cec31a | |
parent | b97dd459093fd382dd58268fb8b6861e0f9cfb9e (diff) | |
download | zsh-825a1baf7c3de066de3055a4d091b3a336324184.tar.gz zsh-825a1baf7c3de066de3055a4d091b3a336324184.tar.xz zsh-825a1baf7c3de066de3055a4d091b3a336324184.zip |
Andrej, 12614: Clean zpty module after testing.
-rw-r--r-- | Test/53completion.ztst | 4 | ||||
-rw-r--r-- | Test/54compmatch.ztst | 3 | ||||
-rw-r--r-- | Test/55arguments.ztst | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/Test/53completion.ztst b/Test/53completion.ztst index 44a2d19bb..bf80b6614 100644 --- a/Test/53completion.ztst +++ b/Test/53completion.ztst @@ -49,3 +49,7 @@ >DI:{dir2} >FI:{file1} >FI:{file2} + +%clean + + zmodload -ui zsh/zpty diff --git a/Test/54compmatch.ztst b/Test/54compmatch.ztst index 3fd1694c8..325056f8f 100644 --- a/Test/54compmatch.ztst +++ b/Test/54compmatch.ztst @@ -510,4 +510,5 @@ >COMPADD:{} %clean -exit 0 + + zmodload -ui zsh/zpty diff --git a/Test/55arguments.ztst b/Test/55arguments.ztst index beb9dc705..26c6db266 100644 --- a/Test/55arguments.ztst +++ b/Test/55arguments.ztst @@ -144,3 +144,6 @@ >NO:{abyyy} >NO:{abzzz} +%clean + + zmodload -ui zsh/zpty |