Skip to content

Commit

Permalink
git-grep: update tests now regexp type is "last one wins"
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed May 16, 2011
1 parent cca2c17 commit dd0a21e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions t/t7810-grep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -637,20 +637,4 @@ test_expect_success LIBPCRE 'grep -P -w pattern' '
test_cmp expected actual
'

test_expect_success LIBPCRE 'grep -P -F returns error' '
test_expect_code 128 git grep -P -F main
'

test_expect_success LIBPCRE 'grep -P -E returns error' '
test_expect_code 128 git grep -P -E main
'

test_expect_failure LIBPCRE 'grep -P -G returns error' '
test_expect_code 128 git grep -P -G main
'

test_expect_failure LIBPCRE 'grep -P -E -G returns error' '
test_expect_code 128 git grep -P -E -G main
'

test_done

0 comments on commit dd0a21e

Please sign in to comment.