mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-05 04:17:51 +00:00
108a402dbd
Fixes #134, a bug that showed symlinks incorrectly as broken, but only when the file was listed directly on the command-line *and* the file was in a different directory to the one exa was being run in. I’m not sure why the old code used `String::new()`, but it doesn’t seem to affect anything.
11 lines
676 B
Plaintext
11 lines
676 B
Plaintext
[36m/testcases/links/broken[0m [31m->[0m [4;31mnowhere[0m
|
||
[36m/testcases/links/current_dir[0m [38;5;244m->[0m [1;34m.[0m
|
||
[36m/testcases/links/forbidden[0m [31m->[0m [4;31m/proc/1/root[0m
|
||
[36m/testcases/links/itself[0m [31m->[0m [4;31mitself[0m
|
||
[36m/testcases/links/parent_dir[0m [38;5;244m->[0m [1;34m..[0m
|
||
[36m/testcases/links/root[0m [38;5;244m->[0m [1;34m/[0m
|
||
[36m/testcases/links/[0msome_file
|
||
[36m/testcases/links/some_file_absolute[0m [38;5;244m->[0m [36m/testcases/links/[0msome_file
|
||
[36m/testcases/links/some_file_relative[0m [38;5;244m->[0m some_file
|
||
[36m/testcases/links/usr[0m [38;5;244m->[0m [36m/[1;34musr[0m
|