Skip to content

Commit

Permalink
Removed Windows only restriction for recursive deletion test.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Jul 4, 2023
1 parent 0f4b2c8 commit d363dd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/trash.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ fn recursive_file_deletion() {
assert!(!parent_dir.exists());
}

#[cfg(target_os = "windows")]
#[test]
fn recursive_file_with_content_deletion() {
let parent_dir = Path::new("remove-me-content");
Expand Down

0 comments on commit d363dd8

Please sign in to comment.