We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca2c17 commit dd0a21eCopy full SHA for dd0a21e
t/t7810-grep.sh
@@ -637,20 +637,4 @@ test_expect_success LIBPCRE 'grep -P -w pattern' '
637
test_cmp expected actual
638
'
639
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
656
test_done
0 commit comments