diff --git a/Tests/Fixtures/RelativeSymbolicLink.zip b/Tests/Fixtures/RelativeSymbolicLink.zip index f4ce296..a6b0b12 100644 Binary files a/Tests/Fixtures/RelativeSymbolicLink.zip and b/Tests/Fixtures/RelativeSymbolicLink.zip differ diff --git a/Tests/SSZipArchiveTests.m b/Tests/SSZipArchiveTests.m index df43385..06b72cd 100644 --- a/Tests/SSZipArchiveTests.m +++ b/Tests/SSZipArchiveTests.m @@ -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"]];