Merge pull request #111 from soffes/test/relative_path_fixture

Relative symlink fixture for new symlink detection in #91
This commit is contained in:
Adam Yanalunas
2014-09-08 11:26:13 -07:00
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"]];