Fix misc directives test cases

This commit is contained in:
Ervin Hegedus
2025-07-28 14:18:15 +02:00
parent 36876ff5fb
commit 575314fe59
2 changed files with 2 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ unless (defined $opt{S}) {
HTTPD_CONF => $opt{C},
HTDOCS => $opt{H},
USER_AGENT => $UA_NAME,
RUNASUSER => $ENV{USER} || $ENV{LOGNAME} || $ENV{USERNAME} || 'unknown',
);
#dbg("OPTIONS: ", \%opt);