geesefs-0-30-9
Aaron Jacobs 2015-05-19 15:57:54 +10:00
parent 1cda3987e5
commit 9b36fa15f8
1 changed files with 1 additions and 1 deletions

View File

@ -1177,7 +1177,7 @@ func (t *MemFSTest) CreateSymlink_AlreadyExists() {
for _, n := range names {
err = os.Symlink("blah", n)
ExpectThat(err, Error(HasSubstr("TODO")))
ExpectThat(err, Error(HasSubstr("exists")))
}
}