Skip to content

Commit 5cbf6c2

Browse files
authored
Merge pull request #5750 from sylvestre/disable-freebsd
cp: Disable a test failing on freebsd
2 parents 5fc01f7 + 193bcf8 commit 5cbf6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_cp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ fn test_cp_arg_interactive() {
481481
}
482482

483483
#[test]
484-
#[cfg(not(target_os = "android"))]
484+
#[cfg(not(any(target_os = "android", target_os = "freebsd")))]
485485
fn test_cp_arg_interactive_update() {
486486
// -u -i won't show the prompt to validate the override or not
487487
// Therefore, the error code will be 0

0 commit comments

Comments
 (0)