summaryrefslogtreecommitdiffstats
path: root/debian/run-tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:22:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 08:22:28 +0000
commit07b1e3bdb87c5d752dd09ccd778ab476c4b84c6e (patch)
tree4484114a577eb870fea118e78b011915561ddce8 /debian/run-tests
parentReleasing progress-linux version 1:9.7p1-2~progress7.99u1. (diff)
downloadopenssh-07b1e3bdb87c5d752dd09ccd778ab476c4b84c6e.tar.xz
openssh-07b1e3bdb87c5d752dd09ccd778ab476c4b84c6e.zip
Merging debian version 1:9.7p1-3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/run-tests')
-rwxr-xr-xdebian/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/run-tests b/debian/run-tests
index 52fcaf7..def9494 100755
--- a/debian/run-tests
+++ b/debian/run-tests
@@ -38,7 +38,7 @@ make -C "$tmp/regress" \
TEST_SSH_IPV6=yes \
TEST_SSH_ECC=yes \
TEST_SSH_UNSAFE_PERMISSIONS=1 \
- "$@" </dev/zero || ret="$?"
+ "$@" || ret="$?"
if [ "$ret" -ne 0 ]; then
for log in failed-regress.log failed-ssh.log failed-sshd.log; do
if [ -e "$tmp/regress/$log" ]; then