Skip to content

Commit c94809b

Browse files
committed
2 parents 9fd6767 + 62499e2 commit c94809b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/by-util/test_cp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ fn test_cp_arg_interactive() {
484484

485485
#[test]
486486
#[cfg(not(any(target_os = "android", target_os = "freebsd")))]
487-
fn test_cp_arg_interactive_update_overwrite_newer_overwrite_newer() {
487+
fn test_cp_arg_interactive_update_overwrite_newer() {
488488
// -u -i won't show the prompt to validate the override or not
489489
// Therefore, the error code will be 0
490490
let (at, mut ucmd) = at_and_ucmd!();

0 commit comments

Comments
 (0)