1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

relpath: remove

Closes #5236
This commit is contained in:
boxdot 2023-10-04 16:12:02 +02:00
parent 3c2e327a34
commit e88183174b
No known key found for this signature in database
GPG key ID: 635EF3B789308AB4
13 changed files with 25 additions and 354 deletions

View file

@ -269,10 +269,6 @@ mod test_readlink;
#[path = "by-util/test_realpath.rs"]
mod test_realpath;
#[cfg(feature = "relpath")]
#[path = "by-util/test_relpath.rs"]
mod test_relpath;
#[cfg(feature = "rm")]
#[path = "by-util/test_rm.rs"]
mod test_rm;