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:
parent
1c8aac0883
commit
84567336a8
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue