1
Fork 0
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:
Terts Diepraam 2022-11-16 15:15:02 +01:00
parent 6cdcfca573
commit ed34264b95
2 changed files with 4 additions and 22 deletions

View file

@ -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]