summaryrefslogtreecommitdiff
path: root/tests/apply/apply_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/apply/apply_helpers.h')
-rw-r--r--tests/apply/apply_helpers.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/apply/apply_helpers.h b/tests/apply/apply_helpers.h
index ff3afc2d1..3a625bdfe 100644
--- a/tests/apply/apply_helpers.h
+++ b/tests/apply/apply_helpers.h
@@ -235,6 +235,16 @@
"rename from beef.txt\n" \
"rename to asparagus.txt\n"
+#define DIFF_RENAME_2_TO_1 \
+ "diff --git a/asparagus.txt b/2.txt\n" \
+ "similarity index 100%\n" \
+ "rename from asparagus.txt\n" \
+ "rename to 2.txt\n" \
+ "diff --git a/beef.txt b/2.txt\n" \
+ "similarity index 100%\n" \
+ "rename from beef.txt\n" \
+ "rename to 2.txt\n"
+
struct iterator_compare_data {
struct merge_index_entry *expected;
size_t cnt;