Skip to content

Commit

Permalink
Change the operating system target of the test.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbings committed May 27, 2024
1 parent bc8ae98 commit 8011bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/find_cmd_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ fn find_newer_xy() {

#[test]
#[serial(working_dir)]
#[cfg(target_os = "linux")]
#[cfg(unix)]
fn find_samefile() {
use std::fs;

Expand Down

0 comments on commit 8011bb7

Please sign in to comment.