mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-14 17:54:58 +03:00
convert_wycheproof: fix compile failure
Sponsored-by: https://despairlabs.com/sponsor/ Signed-off-by: Rob Norris <robn@despairlabs.com> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Tino Reichardt <milky-zfs@mcmilk.de> Reviewed-by: Attila Fülöp <attila@fueloep.org>
This commit is contained in:
parent
9e009acbdc
commit
a6a2f37acd
@ -182,7 +182,7 @@ if ($skipped) {
|
|||||||
}
|
}
|
||||||
if ($ntests == 0) {
|
if ($ntests == 0) {
|
||||||
die "E: no tests extracted, sorry!\n";
|
die "E: no tests extracted, sorry!\n";
|
||||||
|
}
|
||||||
|
|
||||||
my $outfh;
|
my $outfh;
|
||||||
if ($outfile) {
|
if ($outfile) {
|
||||||
|
Loading…
Reference in New Issue
Block a user