summaryrefslogtreecommitdiff
path: root/regress/usr.bin/ssh/scp.sh
AgeCommit message (Expand)Author
2014-01-26make sure $SCP is tested on the remote end rather than whichever oneDamien Miller
2013-05-17use a file extention that's not special on some platforms. from portableDarren Tucker
2013-05-17Move the setting of DATA and COPY into test-exec.shDarren Tucker
2006-01-31regress test for "scp a b c" where "c" is not a directoryDamien Miller
2006-01-31regression test for CVE-2006-0225 written by dtucker@Damien Miller
2006-01-27regress test for local to local scp copies; ok dtucker@Damien Miller
2005-06-30allow SUDO=sudo; from Alexander BluhmMarkus Friedl
2004-07-08Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@Darren Tucker
2004-06-16Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@Darren Tucker
2004-06-13Add scp regression test; with & ok markus@Darren Tucker