mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
ac2e28c0a4
Some of our tests assumed a working "patch" command to produce expected results when checking "git-apply", but some systems have broken "patch". We can compare our output with expected output that is precomputed instead to sidestep this issue. Signed-off-by: Junio C Hamano <gitster@pobox.com>
11 lines
117 B
Diff
11 lines
117 B
Diff
diff --git a/new.txt b/new.txt
|
|
--- a/new.txt
|
|
+++ b/new.txt
|
|
@@ -10,3 +10,7 @@
|
|
c11
|
|
c111
|
|
c1111
|
|
+c2
|
|
+c22
|
|
+c222
|
|
+c2222
|