summaryrefslogtreecommitdiffstats
path: root/tests/ui/src/imag_view.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/src/imag_view.rs')
-rw-r--r--tests/ui/src/imag_view.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/src/imag_view.rs b/tests/ui/src/imag_view.rs
index 498a53c3..b749cdc2 100644
--- a/tests/ui/src/imag_view.rs
+++ b/tests/ui/src/imag_view.rs
@@ -28,7 +28,8 @@ pub fn call(tempdir: &TempDir, targets: &[&str]) -> Vec<String> {
// ensure that stdin is not used by the child process
binary.stdin(std::process::Stdio::inherit());
- binary.arg("--ignore-ids");
+ binary.arg("--pipe-input");
+ binary.arg("--pipe-output");
for target in targets.iter() {
binary.arg(target);