summaryrefslogtreecommitdiff
path: root/dev-util/rizin/files/rizin-0.2.1-no-rzpipe.patch
blob: 3e7a6cc70c17d6fdacb850af9f1baccfb1787f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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;
 }