diff options
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 |