summaryrefslogtreecommitdiffstats
path: root/regress/scp-ssh-wrapper.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - 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@