We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77fadc6 commit b75d0f9Copy full SHA for b75d0f9
tests/by-util/test_cp.rs
@@ -3471,15 +3471,9 @@ fn test_same_file_force_backup() {
3471
}
3472
3473
/// Test for copying the contents of a FIFO as opposed to the FIFO object itself.
3474
-#[cfg(all(unix, not(target_os = "freebsd"), not(target_os = "openbsd")))]
+#[cfg(unix)]
3475
#[test]
3476
fn test_copy_contents_fifo() {
3477
- // TODO this test should work on FreeBSD, but the command was
3478
- // causing an error:
3479
- //
3480
- // cp: 'fifo' -> 'outfile': the source path is neither a regular file nor a symlink to a regular file
3481
3482
- // the underlying `std::fs:copy` doesn't support copying fifo on freeBSD
3483
let scenario = TestScenario::new(util_name!());
3484
let at = &scenario.fixtures;
3485
0 commit comments