diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-11 12:53:40 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-11 12:53:40 +0000 |
| commit | 326be4e98fbf811533dcbce0395ac873f77a87dc (patch) | |
| tree | ee4b2a1c0217bdccdffa3ddbf744e3e825d5836c | |
| parent | 14304 (diff) | |
| download | zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.gz zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.bz2 zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.lz zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.xz zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.tar.zst zsh-326be4e98fbf811533dcbce0395ac873f77a87dc.zip | |
14313: New options tests
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Test/E01options.ztst | 181 | ||||
| -rwxr-xr-x | Test/ztst.zsh | 2 |
3 files changed, 186 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2001-05-11 Peter Stephenson <pws@csr.com> + + * 14313: Test/E01options.ztst, Test/ztst.zsh: new options tests. + 2001-05-10 Wayne Davison <wayned@users.sourceforge.net> * 14304: Src/hist.c: Fixed an obscure local-history bug that could diff --git a/Test/E01options.ztst b/Test/E01options.ztst new file mode 100644 index 000000000..6b9b12d30 --- /dev/null +++ b/Test/E01options.ztst @@ -0,0 +1,181 @@ +# Test various shell options. +# Interactive options not tested here: +# ALWAYS_LAST_PROMPT +# ALWAYS_TO_END +# APPEND_HISTORY (history not maintained) +# AUTO_LIST +# AUTO_MENU +# AUTO_NAME_DIRS (named directory table not maintained) +# AUTO_PARAM_KEYS +# AUTO_PARAM_SLASH +# AUTO_REMOVE_SLASH +# AUTO_RESUME |
