git-grep: update tests now regexp type is "last one wins"
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
cca2c172e0
commit
dd0a21ede0
@ -637,20 +637,4 @@ test_expect_success LIBPCRE 'grep -P -w pattern' '
|
|||||||
test_cmp expected actual
|
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
|
test_done
|
||||||
|
Loading…
Reference in New Issue
Block a user