fix another misspell

This commit is contained in:
Nicola Murino 2019-07-20 21:20:16 +02:00
parent 22b8dc7f1d
commit fea9ae1de2

View file

@ -310,7 +310,7 @@ func TestEscapeHomeDir(t *testing.T) {
}
_, err = client.ReadDir(testDir)
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)
testFileName := "test_file.dat"