tests/test-commandserver.t
changeset 30363 a1259e502bdf
parent 30332 318a24b52eeb
child 30814 b96c57c1f860
equal deleted inserted replaced
30362:3c6893ba2d36 30363:a1259e502bdf
   234   ...     runcommand(server, ['--config',
   234   ...     runcommand(server, ['--config',
   235   ...                         'hooks.pre-identify=python:hook.hook',
   235   ...                         'hooks.pre-identify=python:hook.hook',
   236   ...                         'id'],
   236   ...                         'id'],
   237   ...                input=stringio('some input'))
   237   ...                input=stringio('some input'))
   238   *** runcommand --config hooks.pre-identify=python:hook.hook id
   238   *** runcommand --config hooks.pre-identify=python:hook.hook id
   239   hook talking
       
   240   now try to read something: 'some input'
       
   241   eff892de26ec tip
   239   eff892de26ec tip
   242 
   240 
   243   $ rm hook.py*
   241   $ rm hook.py*
   244 
   242 
   245   $ echo a >> a
   243   $ echo a >> a