Hej, Does this work for you? None of the 2 patches found on pu do work here: > a3428205e6d74542d6441baaa29d1cb1d1064d95 >Author: Vincent van Ravesteijn <vfr@xxxxxxx> >Date: Mon Jun 11 19:01:53 2012 +0000 > t: Replace 'perl' by $PERL_PATH [165c0e8f0b04b8573e91ead2890870d9e36bb39c] tests: enclose $PERL_PATH in duoble quotes t4030 seems to be broken. When I try to debug it, the $PERL_PATH seems to be empty: ------------------ ./t4030-diff-textconv.sh --verbose | less The ok 2 - file is considered binary by porcelain expecting success: git diff-tree -p HEAD^ HEAD >diff && :/Users/tb/projects/git/git.git/t/trash directory.t4030-diff-textconv/hexdump: line 2: -e: command not found ------------------ And the hexdump line 2 uses $PERL_PATH, which is empty: -------------------- t/trash directory.t4030-diff-textconv> cat hexdump #!/bin/sh $PERL_PATH -e '$/ = undef; $_ = <>; s/./ord($&)/ge; print $_' < "$1" tb@birne:~/projects/git/git.git/t/trash directory.t4030-diff-textconv> ------------------- Can anybody help to find out what is going on? -- 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