"Chris Cowan" <chris.o.cowan@xxxxxxxxx> writes: > * /usr/bin/grep - behaves badly in t7002. I believe it is test > 12 and related to the -n -w -e combination of options. Perhaps your version of AIX needs to... $ make NO_EXTERNAL_GREP=UnfortunatelyYesOnThisAIX > * /usr/bin/diff - has problems with -u and -U. > I saw the $GIT_CMP_TEST env var, but this is > not used everywhere within the test scripts above. > In some cases, the tests could have been made more portable by using a > plain "diff" rather than "diff -u", for example. A patch to the testsuite to replace use of "diff" and "diff -u" that test the actual output matches expected output with "test_cmp" would be appreciated. > * /usr/bin/patch - really old version, doesn't do well with some > diff formats. I avoid using it. t4109 seems to use patch to produce expected output for the tests; we should ship a precomputed expected results. Do you know of any other places "patch" is used? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html