diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/tests/regress | 2 |
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 @@ | |||
1 | openssh (1:7.1p1-3) UNRELEASED; urgency=medium | 1 | openssh (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 |