> > diff --git a/t/t5000-tar-tree.sh b/t/t5000-tar-tree.sh > index d01bbdc..4b68bba 100755 > --- a/t/t5000-tar-tree.sh > +++ b/t/t5000-tar-tree.sh > @@ -101,7 +101,7 @@ test_expect_success \ > ten=0123456789 && hundred=$ten$ten$ten$ten$ten$ten$ten$ten$ten$ten && > echo long filename >a/four$hundred && > mkdir a/bin && > - cp /bin/sh a/bin && > + test-genrandom "frotz" 500000 >a/bin/sh && That's a fast respose :-) The patch works for me, Thanks -- 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