On Wed, Dec 07, 2011 at 08:45:40AM -0600, Jonathan Nieder wrote: > diff --git a/t/t7501-commit.sh b/t/t7501-commit.sh > index 3ad04363..da75abc1 100755 > --- a/t/t7501-commit.sh > +++ b/t/t7501-commit.sh > @@ -60,7 +60,7 @@ test_expect_success \ > > test_expect_success \ > "next commit" \ > - "echo 'bongo bongo bongo' >file \ > + "echo 'bongo bongo bongo' >file && \ > git commit -m next -a" Patch is obviously correct, but isn't the "\" here just superfluous and error-prone? Maybe it should just be dropped from the new version (and possibly from other tests in t7501). -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