diff options
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | t/simple-httpd | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -13,6 +13,7 @@ o describe it more o disable fsync/fdatasync while running tests o make it more robust + o make sure simple-httpd is really killed once tests are completed Version 8.121 - 8 April 2020 diff --git a/t/simple-httpd b/t/simple-httpd index 123950ae..1f758699 100755 --- a/t/simple-httpd +++ b/t/simple-httpd @@ -25,7 +25,6 @@ sub configure_hook { $self->{server}->{port} = "*:$PORT"; # port and addr to bind $self->{server}->{user} = 'nobody'; # user to run as $self->{server}->{group} = 'nogroup' if -e '/etc/mageia-release'; # group to run as - $self->{server}->{setsid} = 1; # daemonize $self->{server}->{log_file} = "$root/server.log"; |