Skip to content

Commit

Permalink
Fix test broken by 8ff50af
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Nov 24, 2021
1 parent 8ff50af commit 92d6591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/grep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!(
Expand Down

0 comments on commit 92d6591

Please sign in to comment.