diff --git a/tests/test-magic.c b/tests/test-magic.c index 1d685e3dd7..0a327ee461 100644 --- a/tests/test-magic.c +++ b/tests/test-magic.c @@ -24,7 +24,8 @@ int main(int argc, char** argv) assert_true_rule_blob( "import \"magic\" rule test { condition: \ ( magic.type() contains \"MS-DOS executable\" or \ - magic.type() contains \"PE32+ executable\" ) and \ + magic.type() contains \"PE32+ executable\" or \ + magic.type() contains \"PE32 executable\") and \ ( magic.mime_type() == \"application/x-dosexec\" or \ magic.mime_type() == \"application/vnd.microsoft.portable-executable\" ) }", PE32_FILE);