mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
broken-symbolic-link test to enter a new directory
This was previously dependent on whatever directory we happened to be in.
This commit is contained in:
parent
3b74f6e0c6
commit
4f466cb916
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ cd ""
|
||||||
echo $status
|
echo $status
|
||||||
# CHECK: 1
|
# CHECK: 1
|
||||||
|
|
||||||
|
cd (mktemp -d)
|
||||||
ln -s no/such/directory broken-symbolic-link
|
ln -s no/such/directory broken-symbolic-link
|
||||||
begin
|
begin
|
||||||
set -lx CDPATH
|
set -lx CDPATH
|
||||||
|
|
Loading…
Reference in a new issue