mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
post-merge fixes.
most tests pass. 5.3 merge is next
This commit is contained in:
@@ -97,7 +97,7 @@ sub read_test {
|
||||
chomp($serialized);
|
||||
$serialized =~ s/\\([0-9a-fA-F]{2})/chr(hex($1))/eg;
|
||||
my $test= Storable::thaw($serialized);
|
||||
die "wrong class (hack attempt?)"
|
||||
die "wrong class (hack attempt?): ".ref($test)
|
||||
unless ref($test) eq 'My::Test';
|
||||
resfile_from_test($test) if $::opt_resfile;
|
||||
return $test;
|
||||
|
Reference in New Issue
Block a user