Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
E01options.ztst : CDABLE_VARS option
- X-seq: zsh-workers 16810
- From: Felix Rosencrantz <f_rosencrantz@xxxxxxxxx>
- To: zsh-workers <zsh-workers@xxxxxxxxxxxxxx>
- Subject: E01options.ztst : CDABLE_VARS option
- Date: Mon, 11 Mar 2002 22:21:22 -0800 (PST)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
I'm seeing the following failure with the E01options.ztst.
-FR.
./E01options.ztst: starting.
*** /tmp/zsh.ztst.out.17254 Wed Mar 6 19:13:54 2002
--- /tmp/zsh.ztst.tout.17254 Wed Mar 6 19:13:54 2002
***************
*** 1,2 ****
- ~/zsh/Test/options.tmp/tmpcd
back in options.tmp
--- 1 ----
Test ./E01options.ztst failed: output differs from expected as shown above for:
setopt cdablevars
# only absolute paths are eligible for ~-expansion
cdablevar1=tmpcd
(cd cdablevar1)
cdablevar2=$PWD/tmpcd
cd cdablevar2
cd ..
print back in ${PWD:t}
unsetopt cdablevars
cd cdablevar2
Error output:
(eval):cd:4: no such file or directory: cdablevar1
(eval):cd:10: no such file or directory: cdablevar2
Was testing: CDABLE_VARS option
./E01options.ztst: test failed.
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author