• Zac Bergquist's avatar
    Fix test failure on non-Windows OS. · f7fcd744
    Zac Bergquist authored
    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.
    f7fcd744
basicauth_test.go 3.55 KB