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.
2 parents f893be2 + 3f21fb9 commit 4806c8cCopy full SHA for 4806c8c
t/t4018-diff-funcname.sh
@@ -93,11 +93,6 @@ sed -e '
93
s/song;/song();/
94
' <Beer.perl >Beer-correct.perl
95
96
-test_config () {
97
- git config "$1" "$2" &&
98
- test_when_finished "git config --unset $1"
99
-}
100
-
101
test_expect_funcname () {
102
lang=${2-java}
103
test_expect_code 1 git diff --no-index -U1 \
t/t7811-grep-open.sh
@@ -125,11 +125,6 @@ test_expect_success 'modified file' '
125
test_cmp empty out
126
'
127
128
-test_config() {
129
130
131
132
133
test_expect_success 'copes with color settings' '
134
rm -f actual &&
135
echo grep.h >expect &&
0 commit comments