diff options
Diffstat (limited to 'tests/shared.rs')
| -rw-r--r-- | tests/shared.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shared.rs b/tests/shared.rs index 9a192c1..574e8cd 100644 --- a/tests/shared.rs +++ b/tests/shared.rs @@ -16,6 +16,7 @@ pub fn create_test_config(temp_dir_path: &str) -> Config { paths: Paths { cache_dir: String::from(temp_dir_path), build_dir: String::from(format!("{}/build", String::from(temp_dir_path))), + installed_db: String::from(format!("{}/pkgdb", String::from(temp_dir_path))), }, }; |
