Re: [PATCH] t9814: Guarantee only one source exists in git-p4 copy tests

2015-04-04 Thread Junio C Hamano
Luke Diamand l...@diamand.org writes: On 30/03/15 04:03, Junio C Hamano wrote: Vitor Antunes vitor@gmail.com writes: * Modify source file (file2) before copying the file. * Check that only file2 is the source in the output of p4 filelog. * Remove all case statements and replace them

Re: [PATCH] t9814: Guarantee only one source exists in git-p4 copy tests

2015-03-31 Thread Luke Diamand
I'm on holiday this week, so I'll not get a chance to look at these properly until next week. Luke On 30 March 2015 at 04:03, Junio C Hamano gits...@pobox.com wrote: Vitor Antunes vitor@gmail.com writes: * Modify source file (file2) before copying the file. * Check that only file2 is

Re: [PATCH] t9814: Guarantee only one source exists in git-p4 copy tests

2015-03-29 Thread Junio C Hamano
Vitor Antunes vitor@gmail.com writes: * Modify source file (file2) before copying the file. * Check that only file2 is the source in the output of p4 filelog. * Remove all case statements and replace them simple tests to check that source is file2. Signed-off-by: Vitor Antunes

[PATCH] t9814: Guarantee only one source exists in git-p4 copy tests

2015-03-29 Thread Vitor Antunes
* Modify source file (file2) before copying the file. * Check that only file2 is the source in the output of p4 filelog. * Remove all case statements and replace them simple tests to check that source is file2. Signed-off-by: Vitor Antunes vitor@gmail.com --- t/t9814-git-p4-rename.sh |