aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMNSFileManager+PathTest.m
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMNSFileManager+PathTest.m')
-rw-r--r--Foundation/GTMNSFileManager+PathTest.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Foundation/GTMNSFileManager+PathTest.m b/Foundation/GTMNSFileManager+PathTest.m
index 5e4f845..2ce8683 100644
--- a/Foundation/GTMNSFileManager+PathTest.m
+++ b/Foundation/GTMNSFileManager+PathTest.m
@@ -40,7 +40,7 @@
error:&error],
@"Unable to create %@: %@", base, error);
#else
- STAssertTrue([fm createDirectoryAtPath:baseDir_ attributes:nil],
+ STAssertTrue([fm createDirectoryAtPath:base attributes:nil],
@"Unable to create %@", base);
#endif
baseDir_ = [base retain];