mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
skip test_cp_arg_update_interactive on FreeBSD
This commit is contained in:
parent
8d591a7acc
commit
c6e7fdcabe
1 changed files with 2 additions and 0 deletions
|
@ -257,6 +257,8 @@ fn test_cp_target_directory_is_file() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
// FixMe: for FreeBSD, flaky test; track repair progress at GH:uutils/coreutils/issue/4725
|
||||||
|
#[cfg(not(target_os = "freebsd"))]
|
||||||
fn test_cp_arg_update_interactive() {
|
fn test_cp_arg_update_interactive() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.arg(TEST_HELLO_WORLD_SOURCE)
|
.arg(TEST_HELLO_WORLD_SOURCE)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue