diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-03 21:00:31 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-03 21:00:31 +0300 |
| commit | 2c8b804cd61a480501069cdf4d4377f3c2cf30bb (patch) | |
| tree | 2eecc7396b2445d881c316848f158830aa6a8d7d /tests/shared.rs | |
| parent | 2c7b2b72edf32ec19ac9b72b47c075209717deb4 (diff) | |
Not much of the documentation has been implemented, as well as some minor changes
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))), }, }; |
