[PATCH 02/16] t/t5505-remote: test push-refspec in branches-file

2013-06-21 Thread Ramkumar Ramachandra
The test migrate a remote from named file in $GIT_DIR/branches reads the branches-file, but only checks that the url and fetch-refspec are set correctly. Check that the push-refspec is also set correctly. Signed-off-by: Ramkumar Ramachandra artag...@gmail.com --- t/t5505-remote.sh | 3 ++- 1

Re: [PATCH 02/16] t/t5505-remote: test push-refspec in branches-file

2013-06-21 Thread Junio C Hamano
Ramkumar Ramachandra artag...@gmail.com writes: The test migrate a remote from named file in $GIT_DIR/branches reads the branches-file, but only checks that the url and fetch-refspec are set correctly. Check that the push-refspec is also set correctly. Signed-off-by: Ramkumar Ramachandra