"Whit Armstrong" <armstrong.whit@xxxxxxxxx> writes: > * expecting success: git apply patch1.patch patch2.patch patch3.patch > * ok 4: S = git apply (2) > > * expecting success: cat patch1.patch patch2.patch patch3.patch | patch -p1 > patching file main.c > patching file main.c > patching file main.c > * ok 5: S = patch (2) > ... > > Is the answer to use GNU patch? Or is there a trick to make the > Solaris version of patch work? If we are reasonably sure that we will not be needing to change these test vectors (and because "git apply" is now solid, I think we are), I think the best way to address this is to prepare a new t/t4109 directory, store the expected output in there, and compare output from "git apply" that is being tested with the precomputed test vectors. -- 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