Skip to content

Commit 6e4bfcb

Browse files
committed
disable a test on windows
1 parent e5c2e0f commit 6e4bfcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/by-util/test_ls.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ fn test_ls_ls() {
88
}
99

1010
#[test]
11+
// Not a thing on windows
12+
#[cfg(not(windows))]
1113
fn test_ls_ls_i() {
1214
let (at, mut _ucmd) = at_and_ucmd!();
1315
let dir = "test_ls_directory";
@@ -80,6 +82,7 @@ fn test_ls_ls_recursive() {
8082
}
8183

8284
#[test]
85+
// Creation by date
8386
fn test_ls_ls_tc() {
8487
let (at, mut _ucmd) = at_and_ucmd!();
8588
let dir = "test_ls_directory";

0 commit comments

Comments
 (0)