projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12b77cb
)
Remove redirection from fipsalgtest.pl script.
author
Dr. Stephen Henson
<steve@openssl.org>
Tue, 8 Mar 2011 13:29:46 +0000
(13:29 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Tue, 8 Mar 2011 13:29:46 +0000
(13:29 +0000)
fips/fipsalgtest.pl
patch
|
blob
|
history
diff --git
a/fips/fipsalgtest.pl
b/fips/fipsalgtest.pl
index 0b6ac0f3fa691f2f1d264c85e1a0e0b89bc142ca..af778a47a933b3215d3eea3df6dcb56d062d919f 100644
(file)
--- 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