summaryrefslogtreecommitdiffstats
path: root/tests/ui/src/imag_grep.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/src/imag_grep.rs')
-rw-r--r--tests/ui/src/imag_grep.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ui/src/imag_grep.rs b/tests/ui/src/imag_grep.rs
index 498bf72f..00b0a602 100644
--- a/tests/ui/src/imag_grep.rs
+++ b/tests/ui/src/imag_grep.rs
@@ -24,7 +24,8 @@ use assert_fs::fixture::TempDir;
pub fn call(tempdir: &TempDir, pattern: &str) -> Vec<String> {
let mut binary = binary(tempdir);
- binary.arg("--ignore-ids");
+ binary.arg("--pipe-input");
+ binary.arg("--pipe-output");
binary.arg(pattern);
// ensure that stdin is not used by the child process