Heya, On Sun, Apr 4, 2010 at 15:08, Johannes Sixt <j6t@xxxxxxxx> wrote: > two commits in pu currently add tests with broken && chains: > diff --git a/t/t5800-remote-helpers.sh b/t/t5800-remote-helpers.sh > index 33f546b..eb31709 100755 > --- a/t/t5800-remote-helpers.sh > +++ b/t/t5800-remote-helpers.sh > @@ -9,7 +9,7 @@ test_description='Test remote-helper import and export commands' > > test_expect_success 'setup repository' ' > git init --bare server/.git && > - git clone server public > + git clone server public && > (cd public && > echo content >file && > git add file && > @@ -18,7 +18,7 @@ test_expect_success 'setup repository' ' > ' > > test_expect_success 'cloning from local repo' ' > - git clone "testgit::${PWD}/server" localclone > + git clone "testgit::${PWD}/server" localclone && > test_cmp public/file localclone/file > ' Thanks for noticing, may I ask how you noticed? Do you have a script or was it manual review? -- Cheers, Sverre Rabbelier -- 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