mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 09:31:16 -03: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:
@@ -234,6 +234,7 @@ cd ""
|
||||
echo $status
|
||||
# CHECK: 1
|
||||
|
||||
cd (mktemp -d)
|
||||
ln -s no/such/directory broken-symbolic-link
|
||||
begin
|
||||
set -lx CDPATH
|
||||
|
||||
Reference in New Issue
Block a user