[openssh-commits] [openssh] branch master updated (41f36dd8 -> 625f6bc3)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 13 16:04:13 AEDT 2023


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  41f36dd8  upstream: Add a "Host" line to the output of ssh -G showing the
       new  8a5e99a7  Remove skipping test when scp not in path.
       new  6e6f8864  upstream: Add scp's path to test sshd's PATH.
       new  625f6bc3  upstream: Move scp path setting to a helper function. The previous

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

commit 625f6bc39840167dafb3bf5b6a3e18503ac986e8
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 13 04:47:34 2023 +0000

    upstream: 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.
    
    OpenBSD-Regress-ID: 7533dc1c4265c1de716abb062957994195b36df4

commit 6e6f88647042b3cde54a628545c2f5fb656a9327
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jan 13 04:23:00 2023 +0000

    upstream: Add scp's path to test sshd's PATH.
    
    If the scp we're testing is fully qualified (eg it's not in the system
    PATH) then add its path to the under-test sshd's PATH so we can find
    it. Prompted by bz#3518.
    
    OpenBSD-Regress-ID: 7df4f5a0be3aa135495b7e5a6719d3cbc26cc4c0

commit 8a5e99a70fcf9b022a8aa175ebf6a71f58511da3
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Fri Jan 13 15:49:48 2023 +1100

    Remove skipping test when scp not in path.
    
    An upcoming change renders this obsolete by adding scp's path to the
    test sshd's PATH, and removing this first will make the subsequent sync
    easier.

Summary of changes:
 regress/multiplex.sh |  3 ++-
 regress/scp-uri.sh   |  4 +++-
 regress/scp.sh       |  4 +++-
 regress/scp3.sh      | 10 +++-------
 regress/test-exec.sh | 14 +++++++++++++-
 5 files changed, 24 insertions(+), 11 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list