out of tree build fix
This commit is contained in:
parent
2e13a1e4d2
commit
f81f1bbc5b
|
@ -178,10 +178,10 @@ t11:
|
|||
awk '{print $$2}' | diff - ${.CURDIR}/t11.ok
|
||||
|
||||
t12.out:
|
||||
${TEST_SSH_SSHKEYGEN} -q -t ed25519 -N '' -C 'test-comment-1234' -f $@
|
||||
${TEST_SSH_SSHKEYGEN} -q -t ed25519 -N '' -C 'test-comment-1234' -f $(OBJ)/$@
|
||||
|
||||
t12: t12.out
|
||||
${TEST_SSH_SSHKEYGEN} -lf t12.out.pub | grep -q test-comment-1234
|
||||
${TEST_SSH_SSHKEYGEN} -lf $(OBJ)/t12.out.pub | grep -q test-comment-1234
|
||||
|
||||
t-exec: ${LTESTS:=.sh}
|
||||
@if [ "x$?" = "x" ]; then exit 0; fi; \
|
||||
|
|
Loading…
Reference in New Issue