No need to add fips to @skip

This commit is contained in:
Dr. Stephen Henson 2009-01-19 16:42:18 +00:00
parent f82c1f0dd8
commit 84be7091fd

View File

@ -1052,8 +1052,6 @@ foreach (sort (keys %disabled))
print "\n";
}
push @skip, "fips" unless $fips;
my $IsMK1MF=scalar grep /^$target$/,@MK1MF_Builds;
$IsMK1MF=1 if ($target eq "mingw" && $^O ne "cygwin" && !is_msys());