summaryrefslogtreecommitdiffstats
path: root/tests/feature.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/feature.rs')
-rw-r--r--tests/feature.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/feature.rs b/tests/feature.rs
index d7b343f1..a3e2f441 100644
--- a/tests/feature.rs
+++ b/tests/feature.rs
@@ -72,7 +72,7 @@ rgtest!(f7_stdin, |dir: Dir, mut cmd: TestCommand| {
sherlock:For the Doctor Watsons of this world, as opposed to the Sherlock
sherlock:be, to a very large extent, the result of luck. Sherlock Holmes
";
- eqnice!(expected, cmd.arg("-f-").pipe("Sherlock"));
+ eqnice!(expected, cmd.arg("-f-").pipe(b"Sherlock"));
});
// See: https://github.com/BurntSushi/ripgrep/issues/20