1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-26 14:18:19 +02:00
nushell/crates/nu-command/tests
Alexandra Østermark bd9d865912
fix removing symlinks on windows ()
this PR should close 

# Description

Fixes the `rm` command assuming that a symlink is a directory and trying
to delete the directory as opposed to unlinking the symlink.

Should probably be tested on linux before merge.

Added tests for deleting symlinks
2023-07-20 20:16:03 +02:00
..
commands fix removing symlinks on windows () 2023-07-20 20:16:03 +02:00
format_conversions Clean up tests containing unnecessary cwd: tokens () 2023-07-17 18:43:51 +02:00
main.rs Break up interdependencies of command crates () 2023-06-14 23:12:55 +02:00