1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 13:33:52 +01:00

16820: change tests to match 16759.

This commit is contained in:
Bart Schaefer 2002-03-16 19:43:36 +00:00
parent 79323d6d41
commit f8b89476eb
2 changed files with 4 additions and 3 deletions

@ -1,3 +1,7 @@
2002-03-16 Bart Schaefer <schaefer@zsh.org>
* 16820: Test/E01options.ztst: change tests to match 16759.
2002-03-15 Oliver Kiddle <opk@zsh.org>
* 16842: Completion/Base/Utility/_pick_variant,

@ -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?