diff options
author | Colin Watson <cjwatson@debian.org> | 2015-12-10 15:04:55 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2015-12-10 15:04:55 +0000 |
commit | 6c98a351f36787c73620de2ed7be706575684924 (patch) | |
tree | 64d63c1c3120543e945367b301bd602e0b44bb42 /debian/tests/regress | |
parent | 465c5426c8ba67613b98466a40ceef48b7059ca9 (diff) |
Redirect regression test input from /dev/zero, since otherwise conch will immediately send EOF.
Diffstat (limited to 'debian/tests/regress')
-rw-r--r-- | debian/tests/regress | 2 |
1 files changed, 1 insertions, 1 deletions
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 |