We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378b31d commit 87efa74Copy full SHA for 87efa74
ObjectiveGitTests/GTRepositorySpec.m
@@ -70,8 +70,7 @@
70
checkoutProgressCalled = YES;
71
};
72
73
- originURL = self.bareFixtureRepository.gitDirectoryURL;
74
- workdirURL = [NSURL fileURLWithPath:[NSTemporaryDirectory() stringByAppendingPathComponent:@"unit_test"]];
+ workdirURL = [self.tempDirectoryFileURL URLByAppendingPathComponent:@"temp-repo"];
75
});
76
77
describe(@"with local repositories", ^{
0 commit comments