X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=fips%2Ffipsalgtest.pl;h=af778a47a933b3215d3eea3df6dcb56d062d919f;hb=1e803100de9e88fff6fc586a54e12dda5861557b;hp=0b6ac0f3fa691f2f1d264c85e1a0e0b89bc142ca;hpb=2ecc150530aeb416def9abadace50f1adfe0ad2d;p=oweals%2Fopenssl.git diff --git a/fips/fipsalgtest.pl b/fips/fipsalgtest.pl index 0b6ac0f3fa..af778a47a9 100644 --- a/fips/fipsalgtest.pl +++ b/fips/fipsalgtest.pl @@ -760,7 +760,7 @@ sub run_tests { $cmd .= "\"$req\" \"$out\""; } else { - $cmd .= "<\"$req\" >\"$out\""; + $cmd .= "\"$req\" \"$out\""; } print STDERR "DEBUG: running test $tname\n" if ( $debug && !$verify ); system($cmd); @@ -776,7 +776,7 @@ sub run_tests { $vout =~ s/\.rsp$/.ver/; $tcmd = $verify_special{$tname}; $cmd = "$cmd_prefix$tprefix$tcmd "; - $cmd .= "<\"$out\" >\"$vout\""; + $cmd .= "\"$out\" \"$vout\""; system($cmd); if ( $? != 0 ) { print STDERR