summaryrefslogtreecommitdiff
path: root/regress/multiplex.sh
AgeCommit message (Collapse)Author
2011-01-17 - (djm) [configure.ac regress/agent-getpeereid.sh regress/multiplex.sh]Damien Miller
[regress/sftp-glob.sh regress/test-exec.sh] Rework how feature tests are disabled on platforms that do not support them; add a "config_defined()" shell function that greps for defines in config.h and use them to decide on feature tests. Convert a couple of existing grep's over config.h to use the new function Add a define "FILESYSTEM_NO_BACKSLASH" for filesystem that can't represent backslash characters in filenames, enable it for Cygwin and use it to turn of tests for quotes backslashes in sftp-glob.sh. based on discussion with vinschen AT redhat.com and dtucker@; ok dtucker@
2009-10-07 - dtucker@cvs.openbsd.org 2009/05/05 07:51:36Darren Tucker
[regress/multiplex.sh] Always specify ssh_config for multiplex tests: prevents breakage caused by options in ~/.ssh/config. From Dan Peterson.
2006-01-31 - dtucker@cvs.openbsd.org 2005/04/25 09:54:09Damien Miller
[regress/multiplex.sh] Don't call cleanup in multiplex as test-exec will cleanup anyway found by tim@, ok djm@ NB. ID sync only, we already had this
2005-04-25 - (dtucker) [regress/multiplex.sh] Put control socket in /tmp so runningDarren Tucker
"make tests" works even if you'r building on a filesystem that doesn't support sockets. From deengert at anl.gov, ok djm@
2005-04-25 - (dtucker) [regress/multiplex.sh] Remove cleanup call since test-exec.shDarren Tucker
will clean up anyway. From tim@
2005-04-25 - (dtucker) [regress/multiplex.sh] Use "kill -0 $pid" to check for theDarren Tucker
existence of a process since it's more portable. Found by jbasney at ncsa.uiuc.edu; ok tim@
2005-03-07 - dtucker@cvs.openbsd.org 2005/02/27 11:33:30Darren Tucker
[multiplex.sh test-exec.sh sshd-log-wrapper.sh] Add optional capability to log output from regress commands; ok markus@ Use with: make TEST_SSH_LOGFILE=/tmp/regress.log
2004-12-06 - djm@cvs.openbsd.org 2004/11/07 00:32:41Darren Tucker
[multiplex.sh] regression tests for new multiplex commands
2004-08-29 - (dtucker) [regress/multiplex.sh] Skip test on platforms that do notDarren Tucker
support FD passing since multiplex requires it. Noted by tim@
2004-06-22 - markus@cvs.openbsd.org 2004/06/22 03:12:13Darren Tucker
[regress/envpass.sh regress/multiplex.sh] more portable env passing tests
2004-06-18 - dtucker@cvs.openbsd.org 2004/06/18 06:15:51Darren Tucker
[multiplex.sh] Use -S for scp/sftp to force the use of the ssh being tested. ok djm@,markus@
2004-06-18 - djm@cvs.openbsd.org 2004/06/17 14:53:27Damien Miller
[regress/multiplex.sh] shared connection env passing regress test
2004-06-17 - (dtucker) [regress/multiplex.sh] Increase sleep time to 120 sec (60 is notDarren Tucker
enough for slow systems, especially if they don't have a kernel RNG).
2004-06-17 - (dtucker) [regress/multiplex.sh] add EXEEXT for those platforms that needDarren Tucker
it.
2004-06-17 - dtucker@cvs.openbsd.org 2004/06/17 06:19:06Darren Tucker
[regress/multiplex.sh] Add small description of failing test to failure message; ok djm@
2004-06-17 - dtucker@cvs.openbsd.org 2004/06/17 06:00:05Darren Tucker
[regress/multiplex.sh] Use DATA and COPY for test data rather than hard-coded paths; ok djm@
2004-06-17 - dtucker@cvs.openbsd.org 2004/06/17 05:51:59Darren Tucker
[regress/multiplex.sh] Remove datafile between and after tests, kill sshd rather than wait; ok djm@
2004-06-16 - dtucker@cvs.openbsd.org 2004/06/16 13:16:40Darren Tucker
[multiplex.sh] Silence multiplex sftp and scp tests. ok markus@
2004-06-16 - djm@cvs.openbsd.org 2004/06/13 15:04:08Darren Tucker
[regress/Makefile regress/test-exec.sh, added regress/multiplex.sh] regress test for client multiplexing; ok markus@