diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2002-03-16 19:43:36 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2002-03-16 19:43:36 +0000 |
commit | f8b89476eb955bdf83686e10ebf837a4c1f4651e (patch) | |
tree | 326e204f1a2851162a91f1da1b0129c1d6f7d97e /Test | |
parent | 79323d6d41c91860cd05800a06cf8076df5051bd (diff) | |
download | zsh-f8b89476eb955bdf83686e10ebf837a4c1f4651e.tar.gz zsh-f8b89476eb955bdf83686e10ebf837a4c1f4651e.tar.xz zsh-f8b89476eb955bdf83686e10ebf837a4c1f4651e.zip |
16820: change tests to match 16759.
Diffstat (limited to 'Test')
-rw-r--r-- | Test/E01options.ztst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Test/E01options.ztst b/Test/E01options.ztst index fe3859d7a..fe0f20ef1 100644 --- a/Test/E01options.ztst +++ b/Test/E01options.ztst @@ -193,7 +193,6 @@ unsetopt cdablevars cd cdablevar2 1q:CDABLE_VARS option ->`print -P '%~'`/tmpcd >back in options.tmp ?(eval):cd:4: no such file or directory: cdablevar1 ?(eval):cd:10: no such file or directory: cdablevar2 @@ -769,9 +768,7 @@ cd $mydir 0q:PUSHD_MINUS option >$mydirt/newcd $mydirt/tmpcd $mydirt ->$mydirt >$mydirt $mydirt/newcd $mydirt/tmpcd ->$mydirt >$mydirt $mydirt/newcd $mydirt/tmpcd # Do you have any idea how dull this is? |