]> andersk Git - openssh.git/commitdiff
- (djm) [Makefile.in] Pass though pass to conch for interop tests
authordjm <djm>
Fri, 4 Jul 2008 23:50:23 +0000 (23:50 +0000)
committerdjm <djm>
Fri, 4 Jul 2008 23:50:23 +0000 (23:50 +0000)
ChangeLog
Makefile.in

index 8329de8146ad06e92fa080ca44ad6167f2315579..e289cb63fdf8acf1625731087cde6905d933396e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
  - (djm) [atomicio.c configure.ac] Disable poll() fallback in atomiciov for
    Tru64. readv doesn't seem to be a comparable object there.
    bz#1386, patch from dtucker@ ok me
+ - (djm) [Makefile.in] Pass though pass to conch for interop tests
  - (djm) OpenBSD CVS Sync
    - djm@cvs.openbsd.org 2008/07/04 23:08:25
      [packet.c]
index 2824848dc870e28df51c4595d8abf793c45e91eb..4397021405979520696256e75415b21c779b86d6 100644 (file)
@@ -396,6 +396,7 @@ tests interop-tests:        $(TARGETS)
        TEST_SSH_SFTPSERVER="$${BUILDDIR}/sftp-server"; \
        TEST_SSH_PLINK="plink"; \
        TEST_SSH_PUTTYGEN="puttygen"; \
+       TEST_SSH_CONCH="conch"; \
        TEST_SSH_IPV6="@TEST_SSH_IPV6@" ; \
        cd $(srcdir)/regress || exit $$?; \
        $(MAKE) \
@@ -415,6 +416,7 @@ tests interop-tests:        $(TARGETS)
                TEST_SSH_SFTPSERVER="$${TEST_SSH_SFTPSERVER}" \
                TEST_SSH_PLINK="$${TEST_SSH_PLINK}" \
                TEST_SSH_PUTTYGEN="$${TEST_SSH_PUTTYGEN}" \
+               TEST_SSH_CONCH="$${TEST_SSH_CONCH}" \
                TEST_SSH_IPV6="@TEST_SSH_IPV6@" \
                EXEEXT="$(EXEEXT)" \
                $@
This page took 0.048306 seconds and 5 git commands to generate.