mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
cp: use uucore prompt_yes instead of custom
This commit is contained in:
parent
6cdcfca573
commit
ed34264b95
2 changed files with 4 additions and 22 deletions
|
@ -236,7 +236,7 @@ fn test_cp_arg_interactive() {
|
|||
.pipe_in("N\n")
|
||||
.succeeds()
|
||||
.no_stdout()
|
||||
.stderr_is("cp: overwrite 'b'? [y/N]:");
|
||||
.stderr_is("cp: overwrite 'b'? ");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue