[openssh-commits] [openssh] 03/04: use ssh-keygen under test rather than system's
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Jan 27 23:08:11 AEDT 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 358964f3082fb90b2ae15bcab07b6105cfad5a43
Author: Damien Miller <djm at mindrot.org>
Date: Tue Jan 27 23:07:25 2015 +1100
use ssh-keygen under test rather than system's
---
regress/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/regress/Makefile b/regress/Makefile
index 58bcb38..b30a713 100644
--- a/regress/Makefile
+++ b/regress/Makefile
@@ -100,7 +100,7 @@ CLEANFILES= t2.out t3.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
sftp-server.sh sftp-server.log sftp.log setuid-allowed \
data ed25519-agent ed25519-agent.pub key.ed25519-512 \
key.ed25519-512.pub netcat host_krl_* host_revoked_* \
- kh.* user_*key*
+ kh.* user_*key* agent-key.* known_hosts.* hkr.*
SUDO_CLEAN+= /var/run/testdata_${USER} /var/run/keycommand_${USER}
@@ -178,10 +178,10 @@ t11:
awk '{print $$2}' | diff - ${.CURDIR}/t11.ok
t12.out:
- ssh-keygen -q -t ed25519 -N '' -C 'test-comment-1234' -f $@
+ ${TEST_SSH_SSHKEYGEN} -q -t ed25519 -N '' -C 'test-comment-1234' -f $@
t12: t12.out
- ssh-keygen -lf t12.out.pub | grep -q test-comment-1234
+ ${TEST_SSH_SSHKEYGEN} -lf t12.out.pub | grep -q test-comment-1234
t-exec: ${LTESTS:=.sh}
@if [ "x$?" = "x" ]; then exit 0; fi; \
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list