浏览代码

Quick little test fix by cleaning up where the actual temp dir is.

August Mueller 3 年之前
父节点
当前提交
3e33e814a2
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Tests/FMDBTempDBTests.m

+ 2 - 2
Tests/FMDBTempDBTests.m

@@ -8,8 +8,8 @@
 
 #import "FMDBTempDBTests.h"
 
-static NSString *const testDatabasePath = @"/tmp/tmp.db";
-static NSString *const populatedDatabasePath = @"/tmp/tmp-populated.db";
+static NSString *const testDatabasePath = @"/private/tmp/tmp.db";
+static NSString *const populatedDatabasePath = @"/private/tmp/tmp-populated.db";
 
 @implementation FMDBTempDBTests