Skip to content

Commit

Permalink
Only run long file name tests on linux
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jan 10, 2024
1 parent b020e71 commit 0afbb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuc_engine/tests/remove.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fn symbolic_link_delete_link() {
}

#[test]
#[cfg(unix)]
#[cfg(target_os = "linux")]
fn extremely_long_file_name() {
use std::{
env::{current_dir, set_current_dir},
Expand Down

0 comments on commit 0afbb2c

Please sign in to comment.