Re: [PATCH 13/16] t/t5505-remote: test multiple push/pull in remotes-file

2013-06-22 Thread Ramkumar Ramachandra
Eric Sunshine wrote: > Broken &&-chain. Good eyes, thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 13/16] t/t5505-remote: test multiple push/pull in remotes-file

2013-06-21 Thread Eric Sunshine
On Fri, Jun 21, 2013 at 7:12 AM, Ramkumar Ramachandra wrote: > Extend the test "migrate a remote from named file in $GIT_DIR/remotes" > to test that multiple "Push:" and "Pull:" lines in the remotes-file > works as expected. > > Signed-off-by: Ramkumar Ramachandra > --- > diff --git a/t/t5505-rem

[PATCH 13/16] t/t5505-remote: test multiple push/pull in remotes-file

2013-06-21 Thread Ramkumar Ramachandra
Extend the test "migrate a remote from named file in $GIT_DIR/remotes" to test that multiple "Push:" and "Pull:" lines in the remotes-file works as expected. Signed-off-by: Ramkumar Ramachandra --- t/t5505-remote.sh | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --