summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@microsoft.com>2015-09-16 14:40:44 -0400
committerEdward Thomson <ethomson@github.com>2016-05-26 13:01:04 -0500
commit8bca8b9e0379910686937380e5ac459c51a4864f (patch)
treefdcf000f451072cb8d3b365480aa9e6921fd2200
parentb85bd8ce66f271e281434ba4328a342877e0a23b (diff)
downloadlibgit2-8bca8b9e0379910686937380e5ac459c51a4864f.tar.gz
apply: move patch data to patch_common.h
-rw-r--r--tests/apply/fromdiff.c2
-rw-r--r--tests/apply/fromfile.c2
-rw-r--r--tests/patch/patch_common.h (renamed from tests/apply/apply_common.h)0
3 files changed, 2 insertions, 2 deletions
diff --git a/tests/apply/fromdiff.c b/tests/apply/fromdiff.c
index ae37d0719..349773964 100644
--- a/tests/apply/fromdiff.c
+++ b/tests/apply/fromdiff.c
@@ -5,7 +5,7 @@
#include "repository.h"
#include "buf_text.h"
-#include "apply_common.h"
+#include "../patch/patch_common.h"
static git_repository *repo = NULL;
static git_diff_options binary_opts = GIT_DIFF_OPTIONS_INIT;
diff --git a/tests/apply/fromfile.c b/tests/apply/fromfile.c
index 14b5e9a9e..acb635962 100644
--- a/tests/apply/fromfile.c
+++ b/tests/apply/fromfile.c
@@ -5,7 +5,7 @@
#include "repository.h"
#include "buf_text.h"
-#include "apply_common.h"
+#include "../patch/patch_common.h"
static git_repository *repo = NULL;
diff --git a/tests/apply/apply_common.h b/tests/patch/patch_common.h
index f4cb2ff84..f4cb2ff84 100644
--- a/tests/apply/apply_common.h
+++ b/tests/patch/patch_common.h