1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

mv -i: adjust the behavior to match the GNU change

Matches the change upstream
7a69df88999bedd8e9fccf9f3dfa9ac6907fab66
This commit is contained in:
Sylvestre Ledru 2023-03-25 10:47:57 +01:00
parent 0596e7e49f
commit 0d5daacf99
2 changed files with 2 additions and 2 deletions

View file

@ -165,7 +165,7 @@ fn test_mv_interactive() {
.arg(file_a)
.arg(file_b)
.pipe_in("n")
.succeeds()
.fails()
.no_stdout();
assert!(at.file_exists(file_a));