diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:22:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 08:22:28 +0000 |
commit | 07b1e3bdb87c5d752dd09ccd778ab476c4b84c6e (patch) | |
tree | 4484114a577eb870fea118e78b011915561ddce8 /debian/run-tests | |
parent | Releasing progress-linux version 1:9.7p1-2~progress7.99u1. (diff) | |
download | openssh-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-x | debian/run-tests | 2 |
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 |