summaryrefslogtreecommitdiffstats
path: root/regress/scp.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* upstream: regress test for recursive copies of directories containingdjm@openbsd.org2023-09-081-7/+17
| | | | | | symlinks to other directories. bz3611, ok dtucker@ OpenBSD-Regress-ID: eaa4c29cc5cddff4e72a16bcce14aeb1ecfc94b9
* upstream: Move scp path setting to a helper function. The previousdtucker@openbsd.org2023-01-131-1/+3
| | | | | | | | commit to add scp to the test sshd's path causes the t-envpass test to fail when the test scp is given using a fully qualified path. Put this in a helper function and only call it from the scp tests. OpenBSD-Regress-ID: 7533dc1c4265c1de716abb062957994195b36df4
* upstream: fix typo in verbose loggingdjm@openbsd.org2023-01-061-2/+2
| | | | OpenBSD-Regress-ID: 0497cdb66e003b2f50ed77291a9104fba2e017e9
* upstream: Use variable for diff optionsdtucker@openbsd.org2022-11-011-10/+9
| | | | | | | instead of unconditionally specifying "-rN". This will make life easier in -portable where not all diff's understand -N. OpenBSD-Regress-ID: 8b8a407115546be1c6d72d350b1e4f1f960d3cd3
* upstream: regress test for unmatched glob characters; fails beforedjm@openbsd.org2022-10-241-3/+29
| | | | | | previous commit but passes now. bz3488; prodded by dtucker@ OpenBSD-Regress-ID: 0cc5cc9ea4a6fd170dc61b9212f15badaafb3bbd
* upstream: regress test for in-place transfers and clobbering largerdjm@openbsd.org2022-05-161-1/+26
| | | | | | files with smaller ones; would have caught last regression in scp(1) OpenBSD-Regress-ID: 19de4e88dd3a4f7e5c1618c9be3c32415bd93bc2
* upstream: adapt to scp -M flag change; make scp3.sh test SFTP mode toodjm@openbsd.org2021-08-101-5/+4
| | | | OpenBSD-Regress-ID: 43fea26704a0f0b962b53c1fabcb68179638f9c0
* upstream: regression tests for scp SFTP protocol support; mostly bydjm@openbsd.org2021-08-031-90/+98
| | | | | | Jakub Jelen in GHPR#194 ok markus OpenBSD-Regress-ID: 36f1458525bcb111741ec8547eaf58b13cddc715
* upstream: add regression tests for scp for out-of-destination path filedjm@openbsd.org2019-07-191-2/+12
| | | | | | creation by Harry Sintonen via Jakub Jelen in bz3007 OpenBSD-Regress-ID: 01ae5fbc6ce400b2df5a84dc3152a9e31f354c07
* - djm@cvs.openbsd.org 2014/01/26 10:49:17Damien Miller2014-02-281-1/+1
| | | | | | | [scp-ssh-wrapper.sh scp.sh] make sure $SCP is tested on the remote end rather than whichever one happens to be in $PATH; from portable (Id sync only)
* - (djm) [Makefile.in regress/scp-ssh-wrapper.sh regress/scp.sh] MakeDamien Miller2014-01-241-0/+1
| | | | | the scp regress test actually test the built scp rather than the one in $PATH. ok dtucker@
* - dtucker@cvs.openbsd.org 2013/05/17 10:35:43Darren Tucker2013-05-171-1/+1
| | | | | | [regress/scp.sh] use a file extention that's not special on some platforms. from portable (id sync only)
* - dtucker@cvs.openbsd.org 2013/05/17 04:29:14Darren Tucker2013-05-171-3/+1
| | | | | | | | | | | | [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
* - djm@cvs.openbsd.org 2006/01/31 10:36:33Damien Miller2006-01-311-1/+8
| | | | | [scp.sh] regress test for "scp a b c" where "c" is not a directory
* - djm@cvs.openbsd.org 2006/01/31 10:23:23Damien Miller2006-01-311-1/+8
| | | | | [scp.sh] regression test for CVE-2006-0225 written by dtucker@
* - djm@cvs.openbsd.org 2006/01/27 06:49:21Damien Miller2006-01-311-1/+19
| | | | | [scp.sh] regress test for local to local scp copies; ok dtucker@
* - markus@cvs.openbsd.org 2005/06/30 11:02:37Damien Miller2006-01-311-2/+2
| | | | | [regress/scp.sh] allow SUDO=sudo; from Alexander Bluhm
* - (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test.Darren Tucker2004-12-071-1/+1
|
* - dtucker@cvs.openbsd.org 2004/07/08 12:59:35Darren Tucker2004-12-061-1/+14
| | | | | [scp.sh] Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@
* - (dtucker) [regress/scp.sh] Make this work on Cygwin too, which doesn't likeDarren Tucker2004-08-291-5/+5
| | | | files ending in .exe that aren't binaries; patch from vinschen at redhat.com.
* - (dtucker) [regress/scp.sh] diff -N is not portable (but needed for someDarren Tucker2004-06-171-2/+9
| | | | platforms), so test if diff understands it. Pointed out by tim@, ok djm@
* - dtucker@cvs.openbsd.org 2004/06/16 13:15:09Darren Tucker2004-06-161-3/+5
| | | | | [regress/scp.sh] Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@
* - dtucker@cvs.openbsd.org 2004/06/13 13:51:02Darren Tucker2004-06-161-0/+73
[regress/Makefile regress/test-exec.sh, added regress/scp-ssh-wrapper.sh regress/scp.sh] Add scp regression test; with & ok markus@