mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
make relative link test into a hope
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32696 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dfd42af94f
commit
35ac5a084f
1 changed files with 2 additions and 0 deletions
|
@ -274,8 +274,10 @@ int main()
|
|||
[fm createSymbolicLinkAtPath: tmpsrc pathContent: @"bar"];
|
||||
|
||||
[fm changeCurrentDirectoryPath: tmpdir];
|
||||
testHopeful = YES;
|
||||
PASS_EQUAL([@"foo" stringByResolvingSymlinksInPath], @"foo",
|
||||
"foo->bar relative symlink not expanded by stringByResolvingSymlinksInPath")
|
||||
testHopeful = NO;
|
||||
[fm changeCurrentDirectoryPath: cwd];
|
||||
|
||||
[fm removeFileAtPath: tmpsrc handler: nil];
|
||||
|
|
Loading…
Reference in a new issue