Skip to content

Commit dd0a21e

Browse files
committed
git-grep: update tests now regexp type is "last one wins"
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cca2c17 commit dd0a21e

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

t/t7810-grep.sh

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -637,20 +637,4 @@ test_expect_success LIBPCRE 'grep -P -w pattern' '
637637
test_cmp expected actual
638638
'
639639

640-
test_expect_success LIBPCRE 'grep -P -F returns error' '
641-
test_expect_code 128 git grep -P -F main
642-
'
643-
644-
test_expect_success LIBPCRE 'grep -P -E returns error' '
645-
test_expect_code 128 git grep -P -E main
646-
'
647-
648-
test_expect_failure LIBPCRE 'grep -P -G returns error' '
649-
test_expect_code 128 git grep -P -G main
650-
'
651-
652-
test_expect_failure LIBPCRE 'grep -P -E -G returns error' '
653-
test_expect_code 128 git grep -P -E -G main
654-
'
655-
656640
test_done

0 commit comments

Comments
 (0)