Skip to content
Snippets Groups Projects

test checkout of file lacking trailing \n over pserver protocol

  1. Oct 27, 2021
    • Stefan Sperling's avatar
      test checkout of file lacking trailing \n over pserver protocol · beb7fc8a
      Stefan Sperling authored
      This test reproduces the bug fixed in
      commit d3b3344b where our custom cvs
      client would fail to check out a file which lacks a trailing newline
      from a remote CVS server.
      
      The error triggered by the test without the fix in place is:
      
      CVSProtocolError: Overlong response from CVS server:
      b'delta with no trailing eolok\n'
      beb7fc8a
Loading