History log of /openbsd-current/regress/usr.bin/ssh/scp.sh
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.19 08-Sep-2023 djm

regress test for recursive copies of directories containing symlinks
to other directories. bz3611, ok dtucker@


Revision tags: OPENBSD_7_3_BASE
# 1.18 13-Jan-2023 dtucker

Move scp path setting to a helper function.
The previous 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.


# 1.17 06-Jan-2023 djm

fix typo in verbose logging


# 1.16 30-Oct-2022 dtucker

Use variable for diff options instead of unconditionally specifying "-rN".
This will make life easier in -portable where not all diff's understand -N.


# 1.15 24-Oct-2022 djm

regress test for unmatched glob characters; fails before previous
commit but passes now. bz3488; prodded by dtucker@


Revision tags: OPENBSD_7_2_BASE
# 1.14 15-May-2022 djm

regress test for in-place transfers and clobbering larger files with
smaller ones; would have caught last regression in scp(1)


Revision tags: OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.13 10-Aug-2021 djm

adapt to scp -M flag change; make scp3.sh test SFTP mode too


# 1.12 03-Aug-2021 djm

regression tests for scp SFTP protocol support; mostly by Jakub
Jelen in GHPR#194 ok markus


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


# 1.18 13-Jan-2023 dtucker

Move scp path setting to a helper function.
The previous 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.


# 1.17 06-Jan-2023 djm

fix typo in verbose logging


# 1.16 30-Oct-2022 dtucker

Use variable for diff options instead of unconditionally specifying "-rN".
This will make life easier in -portable where not all diff's understand -N.


# 1.15 24-Oct-2022 djm

regress test for unmatched glob characters; fails before previous
commit but passes now. bz3488; prodded by dtucker@


Revision tags: OPENBSD_7_2_BASE
# 1.14 15-May-2022 djm

regress test for in-place transfers and clobbering larger files with
smaller ones; would have caught last regression in scp(1)


Revision tags: OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.13 10-Aug-2021 djm

adapt to scp -M flag change; make scp3.sh test SFTP mode too


# 1.12 03-Aug-2021 djm

regression tests for scp SFTP protocol support; mostly by Jakub
Jelen in GHPR#194 ok markus


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


# 1.17 06-Jan-2023 djm

fix typo in verbose logging


# 1.16 30-Oct-2022 dtucker

Use variable for diff options instead of unconditionally specifying "-rN".
This will make life easier in -portable where not all diff's understand -N.


# 1.15 24-Oct-2022 djm

regress test for unmatched glob characters; fails before previous
commit but passes now. bz3488; prodded by dtucker@


Revision tags: OPENBSD_7_2_BASE
# 1.14 15-May-2022 djm

regress test for in-place transfers and clobbering larger files with
smaller ones; would have caught last regression in scp(1)


Revision tags: OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.13 10-Aug-2021 djm

adapt to scp -M flag change; make scp3.sh test SFTP mode too


# 1.12 03-Aug-2021 djm

regression tests for scp SFTP protocol support; mostly by Jakub
Jelen in GHPR#194 ok markus


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


# 1.16 30-Oct-2022 dtucker

Use variable for diff options instead of unconditionally specifying "-rN".
This will make life easier in -portable where not all diff's understand -N.


# 1.15 24-Oct-2022 djm

regress test for unmatched glob characters; fails before previous
commit but passes now. bz3488; prodded by dtucker@


Revision tags: OPENBSD_7_2_BASE
# 1.14 15-May-2022 djm

regress test for in-place transfers and clobbering larger files with
smaller ones; would have caught last regression in scp(1)


Revision tags: OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.13 10-Aug-2021 djm

adapt to scp -M flag change; make scp3.sh test SFTP mode too


# 1.12 03-Aug-2021 djm

regression tests for scp SFTP protocol support; mostly by Jakub
Jelen in GHPR#194 ok markus


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


# 1.15 24-Oct-2022 djm

regress test for unmatched glob characters; fails before previous
commit but passes now. bz3488; prodded by dtucker@


Revision tags: OPENBSD_7_2_BASE
# 1.14 15-May-2022 djm

regress test for in-place transfers and clobbering larger files with
smaller ones; would have caught last regression in scp(1)


Revision tags: OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.13 10-Aug-2021 djm

adapt to scp -M flag change; make scp3.sh test SFTP mode too


# 1.12 03-Aug-2021 djm

regression tests for scp SFTP protocol support; mostly by Jakub
Jelen in GHPR#194 ok markus


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


# 1.14 15-May-2022 djm

regress test for in-place transfers and clobbering larger files with
smaller ones; would have caught last regression in scp(1)


Revision tags: OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.13 10-Aug-2021 djm

adapt to scp -M flag change; make scp3.sh test SFTP mode too


# 1.12 03-Aug-2021 djm

regression tests for scp SFTP protocol support; mostly by Jakub
Jelen in GHPR#194 ok markus


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


# 1.13 10-Aug-2021 djm

adapt to scp -M flag change; make scp3.sh test SFTP mode too


# 1.12 03-Aug-2021 djm

regression tests for scp SFTP protocol support; mostly by Jakub
Jelen in GHPR#194 ok markus


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


# 1.12 03-Aug-2021 djm

regression tests for scp SFTP protocol support; mostly by Jakub
Jelen in GHPR#194 ok markus


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE OPENBSD_6_9_BASE
# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


# 1.11 19-Jul-2019 djm

add regression tests for scp for out-of-destination path file creation
by Harry Sintonen via Jakub Jelen in bz3007


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE OPENBSD_6_3_BASE OPENBSD_6_4_BASE OPENBSD_6_5_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.10 26-Jan-2014 djm

make sure $SCP is tested on the remote end rather than whichever one
happens to be in $PATH; from portable


Revision tags: OPENBSD_5_4_BASE
# 1.9 17-May-2013 dtucker

use a file extention that's not special on some platforms. from portable


# 1.8 17-May-2013 dtucker

Move the setting of DATA and COPY into test-exec.sh


Revision tags: OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE
# 1.7 31-Jan-2006 djm

regress test for "scp a b c" where "c" is not a directory


# 1.6 31-Jan-2006 djm

regression test for CVE-2006-0225 written by dtucker@


# 1.5 27-Jan-2006 djm

regress test for local to local scp copies; ok dtucker@


Revision tags: OPENBSD_3_8_BASE
# 1.4 30-Jun-2005 markus

allow SUDO=sudo; from Alexander Bluhm


Revision tags: OPENBSD_3_6_BASE OPENBSD_3_7_BASE
# 1.3 08-Jul-2004 dtucker

Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@


# 1.2 16-Jun-2004 dtucker

Make scp -r tests use diff -rN not cmp (which won't do dirs. ok markus@


# 1.1 13-Jun-2004 dtucker

Add scp regression test; with & ok markus@