2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-15 21:49:26 +00:00
fish-shell/tests/cd.err
ridiculousfish dfa61926e8 Correctly inherit a virtual PWD
PWD is not set in fish vars because it is read only.
Use getenv() to fetch it, allowing fish to inherit a virtual PWD.

This cherry pick includes both:
24f251e04 Correctly remove the test directory again in cd test
91a9c9897 Correctly inherit a virtual PWD

Fixes 
2019-01-22 14:10:50 -08:00

9 lines
144 B
Text

####################
# cd symlink non-resolution
####################
# cd symlink completion
####################
# Virtual PWD inheritance