Jonathan Nieder wrote: > --- > t/t9010-svn-fe.sh | 73 +++++++++++++++++++++++++++++++++++++++++++++++++++++ > vcs-svn/svndump.c | 5 +++- > 2 files changed, 77 insertions(+), 1 deletions(-) Hmph, some extra (but harmless) text snuck into the test. :/ -- 8< -- Subject: fixup! vcs-svn: Allow change nodes for root of tree (/) Some pointless, unrelated code stowed away while resolving conflicts during a cherry-pick. Remove it. Signed-off-by: Jonathan Nieder <jrnieder@xxxxxxxxx> --- t/t9010-svn-fe.sh | 18 ------------------ 1 files changed, 0 insertions(+), 18 deletions(-) diff --git a/t/t9010-svn-fe.sh b/t/t9010-svn-fe.sh index 04ce97d..8794507 100755 --- a/t/t9010-svn-fe.sh +++ b/t/t9010-svn-fe.sh @@ -625,24 +625,6 @@ test_expect_success 'properties on /' ' PROPS-END EOF - echo Revision-number: 2 && - echo Prop-content-length: $(wc -c <revprops) && - echo Content-length: $(wc -c <revprops) && - echo && - cat revprops && - echo && - cat <<-\EOF - Node-path: script.sh - Node-kind: file - Node-action: change - Prop-delta: true - Prop-content-length: 30 - Content-length: 30 - - D 14 - svn:executable - PROPS-END - EOF test-svn-fe changeroot.dump >stream && git fast-import <stream && { -- 1.7.2.4 -- 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