mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
fix another misspell
This commit is contained in:
@@ -310,7 +310,7 @@ func TestEscapeHomeDir(t *testing.T) {
|
|||||||
}
|
}
|
||||||
_, err = client.ReadDir(testDir)
|
_, err = client.ReadDir(testDir)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
t.Errorf("reading a symbolic link outside home dir should not suceeded")
|
t.Errorf("reading a symbolic link outside home dir should not succeeded")
|
||||||
}
|
}
|
||||||
os.Remove(linkPath)
|
os.Remove(linkPath)
|
||||||
testFileName := "test_file.dat"
|
testFileName := "test_file.dat"
|
||||||
|
|||||||
Reference in New Issue
Block a user