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

test_ls: add features for uutils called by ccmd

This commit is contained in:
Jan Scheer 2021-09-10 18:36:51 +02:00
parent ebc801c57a
commit 46fc91af19
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828

View file

@ -371,6 +371,7 @@ fn test_ls_long_format() {
/// and `.` and `..` being present in `-a` all need to work for the test to pass.
/// This test does not really test anything provided by `-l` but the file names and symlinks.
#[test]
#[cfg(all(feature = "ln", feature = "mkdir", feature = "touch"))]
fn test_ls_long_symlink_color() {
// If you break this test after breaking mkdir, touch, or ln, do not be alarmed!
// This test is made for ls, but it attempts to run those utils in the process.