mirror of
https://github.com/nushell/nushell
synced 2025-01-06 02:09:10 +00:00
3966c0a9fd
# Description Fixes issue #11061 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> |
||
---|---|---|
.. | ||
cd.rs | ||
cp.rs | ||
glob.rs | ||
ls.rs | ||
mkdir.rs | ||
mod.rs | ||
mv.rs | ||
open.rs | ||
rm.rs | ||
save.rs | ||
start.rs | ||
touch.rs | ||
ucp.rs | ||
umkdir.rs | ||
util.rs | ||
watch.rs |