Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikrant2691 committed Apr 8, 2024
2 parents 9fd6767 + 62499e2 commit c94809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ fn test_cp_arg_interactive() {

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

0 comments on commit c94809b

Please sign in to comment.