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.
2 parents 9fd6767 + 62499e2 commit c94809bCopy full SHA for c94809b
tests/by-util/test_cp.rs
@@ -484,7 +484,7 @@ fn test_cp_arg_interactive() {
484
485
#[test]
486
#[cfg(not(any(target_os = "android", target_os = "freebsd")))]
487
-fn test_cp_arg_interactive_update_overwrite_newer_overwrite_newer() {
+fn test_cp_arg_interactive_update_overwrite_newer() {
488
// -u -i won't show the prompt to validate the override or not
489
// Therefore, the error code will be 0
490
let (at, mut ucmd) = at_and_ucmd!();
0 commit comments