Call for testing: OpenSSH 9.7
Chris Rapier
rapier at psc.edu
Tue Mar 12 05:13:11 AEDT 2024
On 3/10/24 12:26 AM, Damien Miller wrote:
> $(OBJ)/t8.out:
> - set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then \
> + set -xe ; if ssh -Q key | grep -q "^ssh-dss" ; then \
> ${TEST_SSH_SSHKEYGEN} -q -t dsa -N '' -f $@ ; \
> fi
>
> t8: $(OBJ)/t8.out
> - set -xe ; if ssh -Q key | grep -q ^ssh-dss ; then \
> + set -xe ; if ssh -Q key | grep -q "^ssh-dss" ; then \
> ${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t8.out > /dev/null ; \
> ${TEST_SSH_SSHKEYGEN} -Bf $(OBJ)/t8.out > /dev/null ; \
> fi
Shouldn't the "if ssh" test be "if ${TEST_SSH_SSH}"?
Chris
More information about the openssh-unix-dev
mailing list