On Wed, Mar 03, 2010 at 01:58:04AM +0100, Nicolas Sebrecht wrote: > > GIT_TEST_CMP='diff -u' > > test_cmp() { > > $GIT_TEST_CMP "$@" > > } > > > > which _should_ split the "diff -u" on whitespace. > > I've tried with these exact lines without more success. That's weird. Can you test this in each of your shells: foo() { echo "in foo, arg=$1" } VARIABLE='foo bar' $VARIABLE It should print "in foo, arg=bar". If it doesn't, then the shell is broken. Also, can you confirm that you aren't setting SHELL_PATH in the Makefile (or in your environment) when building and testing git? > $ ls -ld $(which sh) > lrwxrwxrwx 1 root root 4 févr. 13 2009 /bin/sh -> bash > $ bash --version > GNU bash, version 3.2.39(1)-release (x86_64-pc-linux-gnu) I have this same version of bash on my Debian stable box, and it passes the test I outlined above. So perhaps there is something more subtle going on. > That said, I did the svn tests because sometimes I have reproductible > errors with 'git svn fetch' or 'git svn clone'. I'm not sure how both > problems could be related... git-svn is a Perl script. The given message > for this one is "error: died with signal 11" from what I remember (but > I'm sure about the "signal 11" part). I doubt they are related. This test_cmp problem is a problem in the test harness, but it may be masking actual problems by giving false negatives. -Peff -- 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