summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-11-24 13:43:19 -0500
committerDan Davison <dandavison7@gmail.com>2021-11-24 13:43:19 -0500
commit92d6591ef127eaeb6d9be8e725f79eb87f9ad0cf (patch)
tree5aa67631e68904b3f8bdca89a9944fff4d8553c8
parent8ff50afccb1d065b105db83eda19341c3458f964 (diff)
-rw-r--r--src/handlers/grep.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/grep.rs b/src/handlers/grep.rs
index a7e57d1b..cffb98ef 100644
--- a/src/handlers/grep.rs
+++ b/src/handlers/grep.rs
@@ -738,7 +738,7 @@ mod tests {
fn test_parse_grep_n_match_no_extension() {
// git grep -n
let fake_parent_grep_command =
- "/usr/local/bin/grep --doesnt-matter --nor-this nor_this -- nor_this";
+ "/usr/local/bin/git --doesnt-matter grep --nor-this nor_this -- nor_this";
{
let _args = cfg::WithArgs::new(&fake_parent_grep_command);
assert_eq!(