zsh-workers
 help / color / mirror / code / Atom feed
* Buglet for testcase: inconsistent autocd
@ 2001-01-10 19:44 Phil Pennock
  0 siblings, 0 replies; only message in thread
From: Phil Pennock @ 2001-01-10 19:44 UTC (permalink / raw)
  To: Zsh Development Workers

This is totally non-serious, but did glitch me.  Seen in stable (3.0.8).

zsh-window-1:~% setopt autocd
zsh-window-1:~% mkdir foo
zsh-window-1:~% cd foo
zsh-window-1:~/foo% ..
zsh-window-1:~% cd foo

zsh-window-2:~% rmdir foo

zsh-window-1:~/foo% ..
zsh: is a directory: ..
zsh-window-1:~/foo% cd ..
zsh-window-1:~%

If this has been fixed, could it be added to 50cd.ztst please?  It
hadn't been on my last (v.old) checkout.   Uhm ... 11th May 2000.
*blush*

In fact, in that version:

zsh-window-1:~/foo% ..
zsh: permission denied: ..
zsh-window-1:~/foo% cd ..
cd: no such file or directory: ..

And this is "zsh -f" obviously.  If the 2000-05-11 behaviour is still
there ... ow.
-- 
#!/bin/perl
seek main::DATA,0,0;print while(<main::DATA>);__END__


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-01-10 19:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-01-10 19:44 Buglet for testcase: inconsistent autocd Phil Pennock

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).