Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
12 lines
351 B
Diff
12 lines
351 B
Diff
diff --git a/src/tests/test_helpers.rs b/src/tests/test_helpers.rs
|
|
index 73e4175..d2ed70b 100644
|
|
--- a/src/tests/test_helpers.rs
|
|
+++ b/src/tests/test_helpers.rs
|
|
@@ -53,6 +53,7 @@ fn get_testres_path() -> PathBuf {
|
|
base_path.pop();
|
|
base_path.pop();
|
|
base_path.pop();
|
|
+ base_path.pop();
|
|
base_path.push("testres");
|
|
|
|
base_path
|