summaryrefslogtreecommitdiff
path: root/regress/sftp-batch.sh
AgeCommit message (Collapse)Author
2013-05-17 - dtucker@cvs.openbsd.org 2013/05/17 04:29:14Darren Tucker
[regress/sftp.sh regress/putty-ciphers.sh regress/cipher-speed.sh regress/test-exec.sh regress/sftp-batch.sh regress/dynamic-forward.sh regress/putty-transfer.sh regress/conch-ciphers.sh regress/sftp-cmds.sh regress/scp.sh regress/ssh-com-sftp.sh regress/rekey.sh regress/putty-kex.sh regress/stderr-data.sh regress/stderr-after-eof.sh regress/sftp-badcmds.sh regress/reexec.sh regress/ssh-com-client.sh regress/sftp-chroot.sh regress/forwarding.sh regress/transfer.sh regress/multiplex.sh] Move the setting of DATA and COPY into test-exec.sh
2009-10-07 - djm@cvs.openbsd.org 2009/08/13 01:11:55Darren Tucker
[sftp-batch.sh sftp-badcmds.sh sftp.sh sftp-cmds.sh sftp-glob.sh] date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7 Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus
2004-01-30 - djm@cvs.openbsd.org 2004/01/13 09:49:06Darren Tucker
[sftp-batch.sh] don't delete thyself when running without obj/ ; ok markus@
2003-09-07 - (dtucker) [regress/sftp-batch.sh] Make temporary batch file name moreDarren Tucker
distinctive, so "rm ${BATCH}.*" doesn't match the script itself.
2003-09-07 - (dtucker) [dynamic-forward.sh forwarding.sh sftp-batch.sh (all regress/)]Darren Tucker
Add ${EXEEXT}: required to work on Cygwin.
2003-01-22 - (djm) Sync regress with OpenBSD -currentDamien Miller