Skip to content

Commit 1032e0f

Browse files
committed
I can haz path
1 parent 556856f commit 1032e0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ObjectiveGitTests/QuickSpec+GTFixtures.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ - (BOOL)unzipFile:(NSString *)member fromArchiveAtPath:(NSString *)zipPath intoD
102102
//
103103
// system() and NSTask() are not available when running tests in the iOS simulator
104104

105-
BOOL success = [SSZipArchive unzipFileAtPath:zipPath toDestination:[destinationPath stringByAppendingString:member] overwrite:YES password:nil error:error];
105+
BOOL success = [SSZipArchive unzipFileAtPath:zipPath toDestination:destinationPath overwrite:YES password:nil error:error];
106106

107107
if (!success) {
108108
NSLog(@"Unzip failed");
@@ -129,6 +129,7 @@ - (BOOL)unzipFile:(NSString *)member fromArchiveAtPath:(NSString *)zipPath intoD
129129
return success;
130130

131131
#endif
132+
132133
}
133134

134135
#pragma mark API

0 commit comments

Comments
 (0)