Relative symlink fixture for new symlink detection in #91

This commit is contained in:
Adam Yanalunas
2014-09-05 13:19:30 -07:00
parent 89b32b9328
commit e29efca7bf
2 changed files with 1 additions and 1 deletions
Binary file not shown.
+1 -1
View File
@@ -153,7 +153,7 @@
// Determine where the symlinks are
NSString *subfolderName = @"symlinks";
NSString *testBasePath = [NSString pathWithComponents:@[outputPath, resourceName]];
NSString *testBasePath = [NSString pathWithComponents:@[outputPath]];
NSString *testSymlinkFolder = [NSString pathWithComponents:@[testBasePath, subfolderName, @"folderSymlink"]];
NSString *testSymlinkFile = [NSString pathWithComponents:@[testBasePath, subfolderName, @"fileSymlink"]];