[tools] winetest: Don't accept testreports for win9x

André Hentschel nerv at dawncrow.de
Sun Dec 19 14:15:54 CST 2010


after Jaceks patch it's still possible to send win9x results with "-s" on other machines
---
 winetest/dissect |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/winetest/dissect b/winetest/dissect
index 9dd1903..1b5f6d2 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -161,6 +161,7 @@ if ($plid==1 && $major==4) {
     } elsif ($minor==90) {
         $version = "me";
     }
+    mydie "OS too old: win$version\n";
 } elsif ($plid==2) {
     if      ($major==3 && $minor==51) {
         $version = "nt3";
-- 
1.7.3.3.585.g74f6e




More information about the wine-patches mailing list