mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 22:27:10 +01:00
f7fcd7447a
NewTestController now sets the site root to '.' to accomodate Windows. This introduced a failure on Linux because we join "." and an absolute path in /tmp/ and end up looking for the temp file in the wrong place. This change puts the temp file under the current working directory, which should resolve the issue. |
||
---|---|---|
.. | ||
testdata | ||
basicauth.go | ||
basicauth_test.go | ||
bindhost.go | ||
browse.go | ||
controller.go | ||
errors.go | ||
errors_test.go | ||
ext.go | ||
ext_test.go | ||
fastcgi.go | ||
fastcgi_test.go | ||
gzip.go | ||
gzip_test.go | ||
headers.go | ||
headers_test.go | ||
internal.go | ||
internal_test.go | ||
log.go | ||
log_test.go | ||
markdown.go | ||
markdown_test.go | ||
mime.go | ||
mime_test.go | ||
proxy.go | ||
redir.go | ||
rewrite.go | ||
rewrite_test.go | ||
roller.go | ||
root.go | ||
root_test.go | ||
startupshutdown.go | ||
templates.go | ||
templates_test.go | ||
tls.go | ||
tls_test.go | ||
websocket.go | ||
websocket_test.go |