summaryrefslogtreecommitdiff
path: root/test/fixtures/diff_new_mode
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-07-12 18:04:26 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-07-12 18:04:26 +0800
commitd5f0d48745727684473cf583a002e2c31174de2d (patch)
tree2c499fe4cb719e8b95d74449363bc20cf280bcce /test/fixtures/diff_new_mode
parentfe65adc904f3e3ebf74e983e91b4346d5bacc468 (diff)
downloadgitpython-d5f0d48745727684473cf583a002e2c31174de2d.tar.gz
Revert moving tests out of 'git' folder, related to #1030
Diffstat (limited to 'test/fixtures/diff_new_mode')
-rw-r--r--test/fixtures/diff_new_mode14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/fixtures/diff_new_mode b/test/fixtures/diff_new_mode
deleted file mode 100644
index 29705386..00000000
--- a/test/fixtures/diff_new_mode
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/conf/global_settings.py b/conf/global_settings.py
-old mode 100644
-new mode 100755
-index 9ec1bac000000000000000000000000000000000..1c4f83b000000000000000000000000000000000
---- a/conf/global_settings.py
-+++ b/conf/global_settings.py
-@@ -58,6 +58,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
- )
-
- MIDDLEWARE_CLASSES = (
-+ "django.middleware.cache.CacheMiddleware",
- "django.middleware.common.CommonMiddleware",
- "django.contrib.sessions.middleware.SessionMiddleware",
- "django.contrib.auth.middleware.AuthenticationMiddleware",