We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae7dd1a + dce6818 commit bbfa0ccCopy full SHA for bbfa0cc
1 file changed
t/t7810-grep.sh
@@ -1096,11 +1096,6 @@ test_expect_success 'grep -E pattern with grep.patternType=fixed' '
1096
test_cmp expected actual
1097
'
1098
1099
-test_config() {
1100
- git config "$1" "$2" &&
1101
- test_when_finished "git config --unset $1"
1102
-}
1103
-
1104
cat >expected <<EOF
1105
hello.c<RED>:<RESET>int main(int argc, const char **argv)
1106
hello.c<RED>-<RESET>{
0 commit comments