mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 03:51:14 -03:00
@@ -72,6 +72,9 @@ cd $base
|
||||
test $PWD = $base; and echo Gone to base
|
||||
cd linkhome
|
||||
test $PWD = $base/linkhome; and echo Gone to linkhome via implicit . in CDPATH
|
||||
set -g CDPATH ./
|
||||
cd $base
|
||||
test $PWD = $base; and echo No crash with ./ CDPATH
|
||||
|
||||
# cd back before removing the test directory again.
|
||||
cd $oldpwd
|
||||
|
||||
@@ -29,3 +29,4 @@ BogusPWD test 2 succeeded
|
||||
Gone to linkhome via CDPATH
|
||||
Gone to base
|
||||
Gone to linkhome via implicit . in CDPATH
|
||||
No crash with ./ CDPATH
|
||||
|
||||
Reference in New Issue
Block a user