Fails at home (Suse 9.3) but passes a work (Ubuntu Hoary). *** t4103-apply-binary.sh *** * ok 1: stat binary diff -- should not fail. * ok 2: stat binary diff (copy) -- should not fail. * ok 3: check binary diff -- should fail. * ok 4: check binary diff (copy) -- should fail. * ok 5: check incomplete binary diff with replacement -- should fail. * ok 6: check incomplete binary diff with replacement (copy) -- should fail. * FAIL 7: check binary diff with replacement. git-checkout master git-apply --check --allow-binary-replacement BF.diff * FAIL 8: check binary diff with replacement (copy). git-checkout master git-apply --check --allow-binary-replacement CF.diff * ok 9: apply binary diff -- should fail. * ok 10: apply binary diff -- should fail. * ok 11: apply binary diff (copy) -- should fail. * ok 12: apply binary diff (copy) -- should fail. * ok 13: apply binary diff without replacement -- should fail. * ok 14: apply binary diff without replacement (copy) -- should fail. * FAIL 15: apply binary diff. do_reset git-apply --allow-binary-replacement --index BF.diff && test -z "$(git-diff --name-status binary)" * FAIL 16: apply binary diff (copy). do_reset git-apply --allow-binary-replacement --index CF.diff && test -z "$(git-diff --name-status binary)" * failed 4 among 16 test(s) make[1]: *** [t4103-apply-binary.sh] Error 1 Johannes Schindelin wrote: > Hi, > > On Thu, 17 Nov 2005, Matthias Urlichs wrote: > >>t4103.sh: >> >>fatal: patch with only garbage at line 30 >>* FAIL 7: check binary diff with replacement. >> git-checkout master >> git-apply --check --allow-binary-replacement BF.diff > > Does not fail here. > > Did you set your GIT_EXEC_PATH? > > Hth, > Dscho > - > To unsubscribe from this list: send the line "unsubscribe git" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Fri Nov 18 14:23:51 2005
This archive was generated by hypermail 2.1.8 : 2005-11-18 14:23:57 EST