summarylogtreecommitdiffstats
path: root/streamscan-new-eicar-signature.patch
blob: 3a651538531bd52ebf49d96bf336480a63dd75eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --unified --recursive --text a/t/05streamscan.t b/t/05streamscan.t
--- a/t/05streamscan.t	2016-07-16 00:55:24.000000000 +0300
+++ b/t/05streamscan.t	2020-06-25 14:16:17.654995837 +0300
@@ -40,7 +40,7 @@
 my ($ans, $vir) = $av->streamscan($data);
 
 cmp_ok($ans, 'eq', 'FOUND', "Positive hit");
-cmp_ok($vir, 'eq', 'Eicar-Test-Signature', "Match correct sig");
+cmp_ok($vir, 'eq', '{HEX}EICAR.TEST.3.UNOFFICIAL', "Match correct sig");
 
 ok(kill(9 => $pid), "Kill ok");