From 84567336a88c4fbe865b2982e82d3e27d444b908 Mon Sep 17 00:00:00 2001 From: John Shin Date: Wed, 3 May 2023 23:54:28 -0700 Subject: [PATCH] mv: update test case so it doesn't fail --- tests/by-util/test_mv.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/by-util/test_mv.rs b/tests/by-util/test_mv.rs index d61cd45dc..7ce76832a 100644 --- a/tests/by-util/test_mv.rs +++ b/tests/by-util/test_mv.rs @@ -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));