You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch

15 lines
432 B

https://github.com/rizinorg/rizin/issues/1192
--- a/test/unit/test_rzpipe.c
+++ b/test/unit/test_rzpipe.c
@@ -30,7 +30,9 @@ static bool test_rzpipe_404(void) {
}
static int all_tests() {
- mu_run_test(test_rzpipe);
+ // Disabled in Genoo, relies on `rizin` binary in $PATH:
+ // https://github.com/rizinorg/rizin/issues/1192
+ //mu_run_test(test_rzpipe);
mu_run_test(test_rzpipe_404);
return tests_passed != tests_run;
}