mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +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
|
||||
# CHECK: 1
|
||||
|
||||
cd (mktemp -d)
|
||||
ln -s no/such/directory broken-symbolic-link
|
||||
begin
|
||||
set -lx CDPATH
|
||||
|
|
Loading…
Reference in a new issue