commit | ac2e28c0a43ced3837fbbcf66fd693244b6c6693 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Jul 20 01:33:46 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jul 21 21:33:16 2008 -0700 |
tree | 7b620d45d6768297ad4188be755704aae83da1b5 | |
parent | c79cc2e59672fa03985f27ecdbea84e06ea5358f [diff] |
tests: do not rely on external "patch" 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>