Fixed an error in checking the file type in the test suite helper.
This commit is contained in:
parent
980409b142
commit
e977e6ec9c
@ -375,7 +375,7 @@ sub write_file($$) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# an xz compressed file
|
# an xz compressed file
|
||||||
} elsif ($file =~ /\.xz/) {
|
} elsif ($file =~ /\.xz$/) {
|
||||||
# IO::Compress::Xz
|
# IO::Compress::Xz
|
||||||
if (eval { require IO::Compress::Xz; 1; }) {
|
if (eval { require IO::Compress::Xz; 1; }) {
|
||||||
my $xz;
|
my $xz;
|
||||||
|
Loading…
Reference in New Issue
Block a user