mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
use epoch timestamp instead of current timestamp for unknown modification times
Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -56,7 +56,7 @@ CzgWkxiz7XE4lgUwX44FCXZM3+JeUbI=
|
||||
func TestInitialization(t *testing.T) {
|
||||
c := Conf{
|
||||
BindPort: 10000,
|
||||
BindAddress: "invalid",
|
||||
BindAddress: "invalid address",
|
||||
EnableProfiler: false,
|
||||
}
|
||||
err := c.Initialize(".")
|
||||
|
||||
Reference in New Issue
Block a user