nushell/crates/nu-command/tests/commands/move_
yuri@FreeBSD 0487e9ffcb
FreeBSD compatibility patches (#11869)
# Description

nushell is verified to work on FreeBSD 14 with these patches.

What isn't supported on FreeBSD:
* the crate 'procfs' doesn't support FreeBSD yet, all functionality
depending on procfs is disabled
* several RLIMIT_* values aren't supported on FreeBSD - functions
related to these are disabled




# User-Facing Changes
n/a

# Tests + Formatting
n/a

# After Submitting
n/a

---------

Co-authored-by: sholderbach <sholderbach@users.noreply.github.com>
2024-02-17 20:04:59 +01:00
..
column.rs Remove file I/O from tests that don't need it (#11182) 2023-11-29 23:21:34 +01:00
mod.rs Initial implementation of umv from uutils (#10822) 2024-01-18 10:20:57 -06:00
mv.rs Allow filesystem commands to access files with glob metachars in name (#10694) 2023-10-18 13:31:15 -05:00
umv.rs FreeBSD compatibility patches (#11869) 2024-02-17 20:04:59 +01:00