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

mv: update test case so it doesn't fail

This commit is contained in:
John Shin 2023-05-03 23:54:28 -07:00
parent 1c8aac0883
commit 84567336a8

View file

@ -275,7 +275,6 @@ fn test_mv_interactive_dir_to_file_not_affirmative() {
.arg("-i")
.pipe_in("n")
.fails()
.no_stderr()
.no_stdout();
assert!(at.dir_exists(dir));