]> git.decadent.org.uk Git - dak.git/blobdiff - tests/fixtures/dak.conf
Create temp directory at the preferred location.
[dak.git] / tests / fixtures / dak.conf
index 94992fe5c700bb7c8a96338df647a6fda7705f4a..3a728f78c1a0911ae74cb62fbab32b32a5a60d66 100644 (file)
@@ -1,4 +1,4 @@
-# For extract_component_from_section tests
+// For extract_component_from_section tests
 
 Component
 {
@@ -17,3 +17,19 @@ Component
        Description "Software that fails to meet the DFSG";
   };
 };
+
+Dir
+{
+  Root "tests/fixtures/ftp/";
+  Pool "/srv/ftp-master.debian.org/ftp/pool/";
+  TempPath "/tmp";
+};
+
+DB
+{
+  Name "test_projectb";
+  Host "";
+  Port -1;
+  Unicode false;
+};
+