summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-forensics/yara/files/yara-4.2-test.patch')
-rw-r--r--app-forensics/yara/files/yara-4.2-test.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-forensics/yara/files/yara-4.2-test.patch b/app-forensics/yara/files/yara-4.2-test.patch
deleted file mode 100644
index 43a97030a4fd..000000000000
--- a/app-forensics/yara/files/yara-4.2-test.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/836790
-https://github.com/VirusTotal/yara/pull/1683
---- a/tests/test-rules.c
-+++ b/tests/test-rules.c
-@@ -3061,7 +3061,7 @@ void test_process_scan()
- exit(EXIT_FAILURE);
- }
-
-- spawn("/bin/sh", "-c", "VAR='Hello, world!'; sleep 600; true");
-+ spawn("/bin/sh", "-c", "VAR='Hello, world!'; sleep 600& PID=\$!; trap \"kill \$PID\" EXIT; wait; true");
-
- counters.rules_matching = 0;
- counters.rules_not_matching = 0;