mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 06:40:54 +03:00
sftpd: add lstat support
This commit is contained in:
@@ -190,7 +190,7 @@ func TestMain(m *testing.M) {
|
||||
httpd.ReloadTLSCertificate() //nolint:errcheck
|
||||
|
||||
testServer = httptest.NewServer(httpd.GetHTTPRouter())
|
||||
defer testServer.Close() //nolint:errcheck
|
||||
defer testServer.Close()
|
||||
|
||||
exitCode := m.Run()
|
||||
os.Remove(logfilePath) //nolint:errcheck
|
||||
|
||||
Reference in New Issue
Block a user