summaryrefslogtreecommitdiffstats
path: root/t/simple-httpd
diff options
context:
space:
mode:
Diffstat (limited to 't/simple-httpd')
-rwxr-xr-xt/simple-httpd1
1 files changed, 0 insertions, 1 deletions
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";