summaryrefslogtreecommitdiffstats
path: root/tests/ui/src/imag_mv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/src/imag_mv.rs')
-rw-r--r--tests/ui/src/imag_mv.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/src/imag_mv.rs b/tests/ui/src/imag_mv.rs
index 3183097b..4155bf71 100644
--- a/tests/ui/src/imag_mv.rs
+++ b/tests/ui/src/imag_mv.rs
@@ -30,7 +30,8 @@ pub fn binary(tempdir: &TempDir) -> Command {
pub fn call(tmpdir: &TempDir, src: &str, dst: &str) {
let mut binary = binary(tmpdir);
binary.stdin(std::process::Stdio::inherit());
- binary.arg("--ignore-ids");
+ binary.arg("--pipe-input");
+ binary.arg("--pipe-output");
binary.arg(src);
binary.arg(dst);