mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #5750 from sylvestre/disable-freebsd
cp: Disable a test failing on freebsd
This commit is contained in:
@@ -481,7 +481,7 @@ fn test_cp_arg_interactive() {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[cfg(not(target_os = "android"))]
|
||||
#[cfg(not(any(target_os = "android", target_os = "freebsd")))]
|
||||
fn test_cp_arg_interactive_update() {
|
||||
// -u -i won't show the prompt to validate the override or not
|
||||
// Therefore, the error code will be 0
|
||||
|
||||
Reference in New Issue
Block a user