summaryrefslogtreecommitdiffstats
path: root/tests/by-util/test_ls.rs
diff options
context:
space:
mode:
authorTerts Diepraam <terts.diepraam@gmail.com>2022-09-29 19:59:27 +0200
committerTerts Diepraam <terts.diepraam@gmail.com>2022-10-13 17:50:36 +0200
commitc6cff20f1886a092e37a96683ec88a8e94062b29 (patch)
tree3df0f82c29d7ed7406d2ec7e52b4eaf44259fc0d /tests/by-util/test_ls.rs
parenteadbea74d6c2ff05e7d3940161bc52eb5688a911 (diff)
ls: update to clap 4
Diffstat (limited to 'tests/by-util/test_ls.rs')
-rw-r--r--tests/by-util/test_ls.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/by-util/test_ls.rs b/tests/by-util/test_ls.rs
index a7891e737..920f8148f 100644
--- a/tests/by-util/test_ls.rs
+++ b/tests/by-util/test_ls.rs
@@ -3248,6 +3248,7 @@ fn test_ls_multiple_a_A() {
}
#[test]
+#[cfg(feature = "ln")]
fn test_ls_quoting() {
let scene = TestScenario::new(util_name!());
@@ -3267,6 +3268,7 @@ fn test_ls_quoting() {
}
#[test]
+#[cfg(feature = "ln")]
fn test_ls_quoting_color() {
let scene = TestScenario::new(util_name!());