2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-19 07:28:32 +00:00
nushell/crates/nu-command/tests
Ian Manske 3966c0a9fd
Fix rm path handling ()
# Description
Fixes issue  where `rm` fails to find a file after a `cd`. It
looks like the new glob functions do not return absolute file paths
which we forgot to account for.

# Tests
Added a test (fails on current main, but passes with this PR).

---------

Co-authored-by: Jakub Žádník <kubouch@gmail.com>
2023-11-17 07:30:15 +08:00
..
commands Fix rm path handling () 2023-11-17 07:30:15 +08:00
format_conversions bump rust-toolchain to 1.72.1 () 2023-11-16 15:14:45 -06:00
main.rs Rename misused "deprecation" to removal () 2023-08-15 07:17:31 +12:00