Просмотр исходного кода

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

August Mueller 3 лет назад
Родитель
Сommit
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