mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
1faffa515e
Fixes #5887.
32 lines
460 B
Text
32 lines
460 B
Text
|
|
####################
|
|
# cd symlink non-resolution
|
|
|
|
####################
|
|
# cd symlink completion
|
|
ls:
|
|
../b1
|
|
../b2
|
|
../b3
|
|
../d1/
|
|
../d2/
|
|
../d3/
|
|
../glass/
|
|
cd:
|
|
../a1/
|
|
../a2/
|
|
../a3/
|
|
../rabbithole/
|
|
|
|
####################
|
|
# Virtual PWD inheritance
|
|
PWD is /tmp/cdcomp_test/linkhome
|
|
BogusPWD test 1 succeeded
|
|
BogusPWD test 2 succeeded
|
|
|
|
####################
|
|
# CDPATH
|
|
Gone to linkhome via CDPATH
|
|
Gone to base
|
|
Gone to linkhome via implicit . in CDPATH
|
|
No crash with ./ CDPATH
|