Commit 84be7091 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

No need to add fips to @skip

parent f82c1f0d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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());