nixpkgs/pkgs/tools/security/ripasso/fix-tests.patch

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
351 B
Diff
Raw Normal View History

2023-01-14 19:38:27 +00:00
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");
2023-01-14 19:38:27 +00:00
base_path