aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/sshserver.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sshserver.pl b/tests/sshserver.pl
index 83fdbc7af..98e15d124 100644
--- a/tests/sshserver.pl
+++ b/tests/sshserver.pl
@@ -131,7 +131,7 @@ if (system "$sshd -t -q -f $conffile") {
}
# Start the server
-my $rc = system "$sshd -e -f $conffile > log/ssh.log 2>&1";
+my $rc = system "$sshd -e -D -f $conffile > log/ssh.log 2>&1";
$rc >>= 8;
if($rc) {
print STDERR "$sshd exited with $rc!\n";