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 /Test/53completion.ztst | |
parent | b97dd459093fd382dd58268fb8b6861e0f9cfb9e (diff) | |
download | zsh-825a1baf7c3de066de3055a4d091b3a336324184.tar.gz zsh-825a1baf7c3de066de3055a4d091b3a336324184.tar.xz zsh-825a1baf7c3de066de3055a4d091b3a336324184.zip |
Andrej, 12614: Clean zpty module after testing.
Diffstat (limited to 'Test/53completion.ztst')
-rw-r--r-- | Test/53completion.ztst | 4 |
1 files changed, 4 insertions, 0 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 |