summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2015-12-10 15:04:55 +0000
committerColin Watson <cjwatson@debian.org>2015-12-10 15:04:55 +0000
commit6c98a351f36787c73620de2ed7be706575684924 (patch)
tree64d63c1c3120543e945367b301bd602e0b44bb42
parent465c5426c8ba67613b98466a40ceef48b7059ca9 (diff)
Redirect regression test input from /dev/zero, since otherwise conch will immediately send EOF.
-rw-r--r--debian/changelog2
-rw-r--r--debian/tests/regress2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 1e585d4c3..e3801a27b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
1openssh (1:7.1p1-3) UNRELEASED; urgency=medium 1openssh (1:7.1p1-3) UNRELEASED; urgency=medium
2 2
3 * Drop priority of openssh-client-ssh1 to extra (closes: #807518). 3 * Drop priority of openssh-client-ssh1 to extra (closes: #807518).
4 * Redirect regression test input from /dev/zero, since otherwise conch
5 will immediately send EOF.
4 6
5 -- Colin Watson <cjwatson@debian.org> Wed, 09 Dec 2015 23:47:13 +0000 7 -- Colin Watson <cjwatson@debian.org> Wed, 09 Dec 2015 23:47:13 +0000
6 8
diff --git a/debian/tests/regress b/debian/tests/regress
index 6402def47..a3ffd66ba 100644
--- a/debian/tests/regress
+++ b/debian/tests/regress
@@ -40,4 +40,4 @@ make -C regress \
40 TEST_SSH_CONCH=conch \ 40 TEST_SSH_CONCH=conch \
41 TEST_SSH_IPV6=yes \ 41 TEST_SSH_IPV6=yes \
42 TEST_SSH_ECC=yes \ 42 TEST_SSH_ECC=yes \
43 tests interop-tests 43 tests interop-tests </dev/zero