summaryrefslogtreecommitdiff
path: root/tests/popen.scm (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/common.scm (test-begin-with-log): New procedure•••* tests/common.scm (test-begin-with-log): New procedure. * tests/client-server.scm, tests/common.scm, tests/dist.scm, tests/key.scm, tests/popen.scm, tests/server-client.scm, tests/server.scm, tests/session.scm, tests/tunnel.scm: Use it. Artyom V. Poptsov2016-07-041-6/+1
* tests/popen.scm: Update copyright datesArtyom V. Poptsov2016-07-041-1/+1
* tests/common.scm (call-with-connected-session): New procedure•••* tests/client-server.scm (call-with-connected-session): Move to 'common.scm'. * tests/common.scm (call-with-connected-session): New procedure. * tests/popen.scm: Use it. Update tests. (call-with-connected-session/popen): New procedure. Use it in the tests. Artyom V. Poptsov2016-07-031-32/+37
* tests/popen.scm ("open-remote-pipe, OPEN_BOTH"): New TCArtyom V. Poptsov2016-02-231-0/+10
* tests/popen.scm (response=?, input-only?, output-only?): New procedures•••* tests/popen.scm (response=?, input-only?, output-only?): New procedures. Use them in test cases. Artyom V. Poptsov2016-02-231-23/+22
* tests/popen.scm ("open-remote-pipe, OPEN_PTY_READ"): New TC•••* tests/popen.scm ("open-remote-pipe, OPEN_PTY_READ"): New test case. ("open-remote-pipe"): Rename to "open-remote-pipe, OPEN_READ". Artyom V. Poptsov2016-02-221-1/+14
* tests/common.scm (poll): New procedure•••* tests/common.scm (poll): New procedure. * tests/popen.scm: Use it. Artyom V. Poptsov2016-02-211-12/+9
* popen.scm: New module•••* modules/ssh/popen.scm: New module. * modules/ssh/Makefile.am (SCM_SOURCES): Add 'popen.scm'. * modules/ssh/channel.scm: Move 'open-remote-*' procedures to (ssh popen). * modules/ssh/dist/node.scm, tests/popen.scm: Use (ssh popen). * NEWS, README: Update. Artyom V. Poptsov2015-12-061-1/+2
* tests/popen.scm ("open-remote-output-pipe"): New TCArtyom V. Poptsov2015-12-061-0/+9
* tests/popen.scm: Remove debug tracesArtyom V. Poptsov2015-12-061-3/+0
* tests/popen.scm: New test suite•••* tests/popen.scm: New test suite. * tests/client-server.scm: Move remote pipes test cases to 'popen.scm'. * tests/Makefile.am: Update. Artyom V. Poptsov2015-12-061-0/+95