summaryrefslogtreecommitdiff
path: root/regress/scp-ssh-wrapper.sh
Commit message (Collapse)AuthorAgeFilesLines
* upstream: add regression tests for scp for out-of-destination path filedjm@openbsd.org2019-07-191-1/+13
| | | | | | 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-2/+4
| | | | | the scp regress test actually test the built scp rather than the one in $PATH. ok dtucker@
* - dtucker@cvs.openbsd.org 2005/12/14 04:36:39Damien Miller2006-01-311-1/+1
| | | | | | [regress/scp-ssh-wrapper.sh] Fix assumption about how many args scp will pass; ok djm@ NB. ID sync only, we already had this
* - dtucker@cvs.openbsd.org 2005/12/30 04:36:39Darren Tucker2005-12-141-3/+6
| | | | | [regress/scp-ssh-wrapper.sh] Fix assumption about how many args scp will pass; ok djm@
* - dtucker@cvs.openbsd.org 2004/06/13 13:51:02Darren Tucker2004-06-161-0/+54
[regress/Makefile regress/test-exec.sh, added regress/scp-ssh-wrapper.sh regress/scp.sh] Add scp regression test; with & ok markus@