summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-07-22 10:26:45 -0700
committerJunio C Hamano <gitster@pobox.com>2014-07-22 10:26:45 -0700
commit054e22caf4962d6079b9aa1c5add69b02124db9d (patch)
tree6ca8446a2ef12b669b59f1bb127db90b15e52e33
parentef937140a602bccea6f36235f1f7f926a90b85f2 (diff)
parentdce6818d104282bd6172de50165ee75a24465b8d (diff)
downloadgit-054e22caf4962d6079b9aa1c5add69b02124db9d.tar.gz
Merge branch 'jm/dedup-test-config' into maint
* jm/dedup-test-config: t/t7810-grep.sh: remove duplicate test_config()
-rwxr-xr-xt/t7810-grep.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/t7810-grep.sh b/t/t7810-grep.sh
index 63b3039243..40615debc4 100755
--- a/t/t7810-grep.sh
+++ b/t/t7810-grep.sh
@@ -1096,11 +1096,6 @@ test_expect_success 'grep -E pattern with grep.patternType=fixed' '
test_cmp expected actual
'
-test_config() {
- git config "$1" "$2" &&
- test_when_finished "git config --unset $1"
-}
-
cat >expected <<EOF
hello.c<RED>:<RESET>int main(int argc, const char **argv)
hello.c<RED>-<RESET>{