fish-shell/tests/cd.out
2019-05-22 21:48:40 +02:00

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